Update frontpage content #9

Merged
raucao merged 3 commits from feature/frontpage_content into master 2022-09-04 19:28:14 +00:00
Showing only changes of commit b64a998a86 - Show all commits

View File

@ -7,4 +7,8 @@ This website is a simple static site. It is built using the
1. Clone this Git repository
2. [Install Hugo](https://gohugo.io/getting-started/installing/)
3. Run `hugo server`
3. Run `npm run dev`
## Build for production
npm run build:release