Simple Vue app for linking to daily games in one place.
Node version is controlled with NVM and .nvmrc
file. If you have NVM installed, you can run
nvm use
Otherwise you can install the correct version manually. See .nvmrc
for the version.
Install dependencies with
npm install
npm run dev
This will generate all proper asset icons for the PWA. The source icon is located at public/icon.svg
.
npm run generate-pwa-assets
This site is automatically deployed to GitHub Pages using GitHub Actions.
It can be manually built to the dist
directory using
npm run build
npm run test
npm run lint
npm run fix