This is a the site for the Abakus 45 years jubliee.
To run the development server run the command below:
yarn dev
Open http://localhost:3000 with your browser to see the result.
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