Vote on ideas to improve your community
# install dependencies
npm install
# serve frontend with hot reload at localhost:8080
npm run dev
# build frontend for production with minification
npm run build
# build frontend for production and view the bundle analyzer report
npm run build --report
# run backend for development
npm run backend