Quick Start

1.Requirements

Before proceeding you'll need to have the latest stable nodejs.

Recommended environment:

node js 16.x.

npm 7+

2.Copy .env.example to .env and update the variables.

3.Install & Start

Install dependencies:

npm i

Start the Postgres Database in Docker:

npm run docker

Note: The npm script will complete while Docker sets up the container in the background. Ensure that Docker has finished and your container is running before proceeding.

Initial setup:

npm run setup

Run the first build:

npm run build

Start dev server:

npm run dev

This will start the server at http://localhost:3000. Open http://localhost:3000 to view it in the browser.