Skip to content
Braydon Harris edited this page Jun 21, 2024 · 1 revision

Requirements

  • node 16
  • sqlite3

Installation

npm i

Running the App

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Docker

coming soon

Clone this wiki locally