15 lines
312 B
Markdown
15 lines
312 B
Markdown
# kosmos.org
|
|
|
|
This website is a simple static site. It is built using the
|
|
[Hugo](https://gohugo.io/) static site generator.
|
|
|
|
## Getting started
|
|
|
|
1. Clone this Git repository
|
|
2. [Install Hugo](https://gohugo.io/getting-started/installing/)
|
|
3. Run `npm run dev`
|
|
|
|
## Build for production
|
|
|
|
npm run build:release
|