Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
/ website Public archive
generated from newhighsco/press-start

🌐⬆️ Extending your favourite end-game

Notifications You must be signed in to change notification settings

newhighsco/website

Repository files navigation

New High Score

Setup

Install dependencies

nvm install
yarn install

Run

All project processes can be started using the following:

yarn start

Testing

Runs all the automated QA tools

This can be run using:

yarn test

Build

Generate a production build of the site using the following:

yarn build