This is a small frontend application to explore the UiB service portfolio as exposed by the public API.
The application is currently deployed as a static site at https://ntk.app.uib.no/.
This site is automatically updated on push to this repo as well as daily on a schedule (via the GitHub Actions specified).
This is a Next.js project bootstrapped with create-next-app
.
To enable local development, make sure you have Node.js installed locally and then run:
npm install
to get things set up.
To activate the development server, run:
npm run dev
and then open http://localhost:3000 with your browser to see the result. After this you just edit the source files and will see the results of the edits automatically reloaded in the browser. Nice!