Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 678 Bytes

codeApp (nonsensitive)

Use

This project was quickly put together in july 2022 to keep track of coding of student questionare responses in the norwegian part of the ICCS project. This is a repocitory trying to revive the project removing sensitive info from the original repo, and migrating it to Next14 (still with /pages). It still does not quite work in next14 however.

Dev

Run

docker compose -f docker-compose.dev.yml up --build

Deploy

This project was simply deployed to vercel, so there exists no config for deploying it anywhere else. But to make a build, run:

npm run build

Then to deploy the build locally:

npm run start