Website published at inputlabs.io
- Accessibility database: If you want to contribute, the videogame entries for the accessibility database are located at src/pug/db.
- Alpakka manual: If you want to contribute, the manual files are located at src/pug/alpakka/manual.
- NodeJS
npm ci
npm run dev
- To dynamically render pages while developing.npm run dev_strict
- To develop with a more faithful but slower rendering (build & serve).npm run build
- To consolidate into HTML and static files.npm run build_prod
- To consolidate into HTML and static files, for production.npm run serve
- To serve the consolidated version locally.