This is the source code for the KK-67 website (currently in development).
A concept draft has been approved by KK-67 leader, Jostein Fiveltun.
Our aim is to develop a website that matches the concept draft provided here
This website is maintained by Marius Arhaug.
To contribute to this project, follow the guidelines described in the CONTRIBUTING.md
In the project directory, you can run:
$ yarn install
Installs the nessesary dependencies defined in package.json
$ yarn dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
$ yarn dev:host
Runs the app in development mode and also hosts the localhost to your local network. Allowing you to view the website from other computers or even phones! The terminal will provide ip addresses for you to use.
$ yarn build
Transpile TypeScript
into JavaScript
and check for build errors.
yarn preview
Previews the built package as if it were to be deployed.