print-designer
T Shirt Design (Fabric.js + Vue.js)
File Explorer
Download Latest Version (.zip)- default.conf
- Dockerfile
- favicon.ico
- index.html
- logo.png
- logo.svg
- Details.vue
- ModeSelector.vue
- Panel.vue
- SelectedModel.vue
- Item.vue
- List.vue
- Loading.vue
- Panel.vue
- Auth.vue
- Catalog.vue
- CustomProduct.vue
- Init.vue
- Projects.vue
- en.js
- ru.js
- index.js
- index.js
- canvas.js
- media.js
- order.js
- product.js
- project.js
- user.js
- app.js
- canvas.js
- index.js
- order.js
- product.js
- quasar.sass
- quasar.variables.sass
- App.vue
- main.js
- quasar-user-options.js
- utils.js
- WebFontConfig.js
- babel.config.js
- jsconfig.json
- package.json
- vue.config.js
- Media.ts
- Orders.ts
- Products.ts
- Projects.ts
- Users.ts
- order-created.njk
- config.ts
- Pricing.ts
- order-created.js
- fields.ts
- access.ts
- payload.config.ts
- server.ts
- .env.example
- .gitignore
- docker-compose.yml
- Dockerfile
- LICENSE
- nodemon.json
- package.json
- README.md
- screenshot.jpg
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/lmanukyan/print-designer
Downloads the entire project code from GitHub to your computer.
cd print-designer
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn install:app
Downloads and installs the libraries listed in package.json.
yarn dev
Starts the development/run server.
yarn dev:app
Starts the development/run server.
yarn build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
