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:

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

doppler login
doppler setup # Press Y on every prompt

docker compose up -d

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.