Online-opptak is a web application built with Next.js. It's designed to make the process of applying to committees at Online easier for both the applicants and the committees. This platform helps organize and manage applications, making everything simpler and more straightforward for everyone.
Before you start, make sure you have Node.js and npm/yarn installed on your machine.
Clone the repository to your local machine:
git clone https://github.com/appKom/online-opptak.git
Navigate into the project directory:
cd online-opptak
Install the dependencies:
npm install
# or
yarn install
Copy the .env.local.template file to .env.local and fill in the necessary environment variables:
cp .env.local.template .env.local
For access to the application's environment variables, please contact Appkom at appkom@online.ntnu.no.
Start the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.