Launch
To launch Hugo project with livereload, available here: http://localhost:1313/
yarn watch
To launch Decap CMS in localhost (in a second terminal), available here: http://localhost:1313/admin/
yarn cms
Build
To build the project
yarn build
Update
Modules of your project
yarn update
Hugolify template
git remote add template git@github.com:hugolify/hugolify-template.git
git fetch --all
git merge template/main --allow-unrelated-histories