npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit
npm run render-scripts
# local
npm run index-packs
# s3
npm run index-packs-s3
Make a file called .env.development.local
and override the following to avoid unnecessary network traffic.
# Add environment variable overrides for local development here
# VUE_APP_PACK_URL_PREFIX=https://s3-us-west-2.amazonaws.com/struz.simfile-viewer/
# VUE_APP_PACK_INDEX_FILENAME=packs.json
npm run deploy