Skip to content
/ monoweb Public

Future version of Online, NTNU's informatics student association's website

License

Notifications You must be signed in to change notification settings

dotkom/monoweb

Repository files navigation

Monoweb

Monoweb is the next-generation web application for Online. This monorepo contains all the source code for the applications that power the Online web experience.

Local Development

To get started with local development, ensure you have the applicable tools installed. To build and run all the applications, you can use the following commands:

Terminal 1:

doppler login
doppler setup # Press Y on every prompt

git clone https://github.com/dotkom/monoweb
cd monoweb

docker compose up # 'docker compose up -d' can also run instead to skip 2 terminal windows

Terminal 2 (in monoweb folder):

pnpm install
pnpm migrate # Only needs to be run once to set up the database
pnpm dev

Contributing

Please see the developer guide for information on how to get started with development.

Vercel

License

Licensed under the MIT license.