Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 753 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 753 Bytes

Nest Logo

Description

This is my tiny little playground to try out some shiny new things and to reproduce the occasional bug. Powered by the beautiful Nest framework.

Installation

Using volta to automatically fetch the correct node & npm version.

npm install

cp .env.example .env

Running the app

Via Docker:

docker compose up

or:

# development
$ npm run start

# watch mode
$ npm run start:watch

Test

# unit tests
npm run test

# e2e tests
npm run test:e2e