Skip to content

abakus-ntnu/jubileum

Repository files navigation

This is a the site for the Abakus 45 years jubliee.

Running the project

To run the development server run the command below:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Database settings

To connect to the database you need to set the enviroment variables below by creating a file named .env with the variables in the root project folder

DATABASE_USER=???
DATABASE_PASSWORD=???
POST_PASSWORD=???

To run a local database use:

docker-compose up -d

Releases

No releases published

Packages

No packages published

Languages