Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/digdir/release.digdir.no


https://github.com/digdir/release.digdir.no

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Release notes
This repo receives deployment details from Argo CD, which is then used to build https://release.digdir.no/

## Getting started
1. Install [Hugo](https://gohugo.io/getting-started/installing/)
2. Clone the repo
3. Run `git submodule update --init --recursive` to fetch the theme
3. Run `npm install` to install dependencies
4. Run `hugo serve` to start the local server

### Development
Run local server: `hugo serve`

Build site with: `hugo`