Bramster is an app for studying multiple choice questions for popular NTNU courses
-
Clone this repository
-
Install dependencies:
pnpm install
Fill out all the necessary environment variables and put them in a .env
file. You can use .env.example
to see which fields are needed.
-
First of all you need a postgres database running. How you do this is up to you but once its set up you need to set the
DATABASE_URL
env variable with the correct connection string. -
Run migrations (first time only)
pnpm migrate
- Start the dev server:
pnpm dev