Find useful of GitHub repositories.
This project is very much work in progress.
- Copy
.env.exampleto.env.developmentand change the variables appropriately. npm installnpm run dev
- Copy
.env.exampleto.env.productionand change the variables appropriately. - Build the Vite project. This will place the page in the
dist/folder.npm run build
- Go to the worktree at
dist/, commit and push.cd dist git add . git commit git push