Skip to content

Commit

Permalink
feat(product-builder): add full product-builder functionality with pr…
Browse files Browse the repository at this point in the history
…eviews (#66)

* feat(product-builder): add product builder preview and server script

* feat(product-builder): restore images from localStorage
  • Loading branch information
CondensedMilk7 authored Oct 4, 2023
1 parent facbe03 commit 6318aa4
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 180 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"docs:preview": "vitepress preview docs",
"product-builder": "node tools/scripts/static-server.js --port 3001 --dir tools/product-builder"
},
"dependencies": {
"@nestjs-modules/mailer": "^1.9.1",
Expand Down
Loading

0 comments on commit 6318aa4

Please sign in to comment.