pastry-fish
Update submodule
This project has a submodule dependency. First, init & update submodule:
git submodule update --init
Front Project setup
cd front
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint