Instructions
- Initial setup:
- Create a .env file from the example env file provided, and fill the DB details necessary.
- Execute
npm ito install the required dependencies. - Execute
npm run migrateto run the database migrations.
- Development
- Execute
npm run devto start webpack's dev server. - Use VS Code's debug configurations to start the development server or Execute
npm run dev:serverto start the API server - The server runs on http://localhost:8080.
- Build
- Execute
npm run buildto build the UI files. npm startwould start the server.
- Click on the respective icons.
- Select the image by clicking on the select button
- Click Add to add the image to the canvas.
- Click on the save icon to save the design.
- Click on any saved designs to load the design