/diveboard-v2

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

diveboard-v2

Frontend

Before start

Reveal secrets

git secret reveal

Install dependencies

cd frontend/ && npm i

Development

To start dev server on localhost

npm run dev

Production

Build

npm run build

Start production server

npm run start

Tests

Run tests

npm run test