Skip to content

dotkom/monoweb

Repository files navigation

Monoweb

Monoweb is the web application for Online, the informatics student organization at NTNU, found at https://online.ntnu.no. This monorepo contains all the source code for the applications that power the OnlineWeb 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 run generate    # Only needs to be run when there is a new schema or SQL file change
pnpm run migrate:dev # Only needs to be run when there is a new migration
pnpm run dev

Contributing

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

License

Licensed under the MIT license.

About

Onlineweb, NTNU's informatics student association's website

Resources

License

Contributing

Stars

Watchers

Forks

Contributors