A web interface to share garment projects
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
To access the dev server with mock data, run the following command
npm run dev-server
To prevent issues with storage and such, this project is a pure client-side project and uses Github for storage via its API