Simple seed project to quickly start new ones easily
When creating a new repo, select "create from template" and then choose https://my-kiwi.github.io/seed
After creating the new repo, you can activate the auto build & deployment on github pages with the actions (see .github/workflows):
- go to Settings > pages > Build and deployment > source, select "Github Actions" instead of "Deploy from branch"
- push a commit to main to deploy on github pages
after cloning, run
nvm usenpm inpm run dev