Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 478 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 478 Bytes

Nautilus NTC

Netlify Status

Requirements

  • Node 16

Quick start

npm install

Run a local server:

npm start

Development

Run tests:

npm test
npm run e2e

Run checks & formatting:

npm run lint
npm run format

Production

Build project:

npm run build