For a full description of how to do changes to Baksia, please read CONTRIBUTING.md.
Requirements: Hugo (extended) and node (npm)
- Clone repo:
git clone https://github.com/digdir/baksia --recurse-submodules --remote-submodules
- Navigate to folder and run Hugo:
cd baksia
- Install requirements
npm install
- Run site locally
hugo serve --navigateToChanged
- Application available locally at: http://localhost:1313