Website Link: availe.io
To download file dependencies:
npm installTo run the development local server (cannot run html5 games):
npm run devTo run the game-test local server (slower but with cross-origin headers):
npm run devgTo run the production local server:
npx eslint --fix .
npm run build
npm startNote npx eslint --fix . is only necessary if npm run build fails to transpile.
Open http://localhost:3000 with your browser to see the result.