website/README.md

15 lines
312 B
Markdown
Raw Permalink Normal View History

2017-04-25 18:46:10 +00:00
# kosmos.org
2015-06-06 12:45:40 +00:00
2022-09-04 19:14:50 +00:00
This website is a simple static site. It is built using the
[Hugo](https://gohugo.io/) static site generator.
2015-06-06 12:45:40 +00:00
## Getting started
1. Clone this Git repository
2. [Install Hugo](https://gohugo.io/getting-started/installing/)
2022-09-04 19:19:25 +00:00
3. Run `npm run dev`
## Build for production
npm run build:release