Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 351 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 351 Bytes

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