Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digdir/release.digdir.no
https://github.com/digdir/release.digdir.no
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/digdir/release.digdir.no
- Owner: digdir
- Created: 2023-12-05T12:58:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:49:33.000Z (2 months ago)
- Last Synced: 2024-10-29T12:45:01.149Z (2 months ago)
- Language: HTML
- Size: 17.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`