Find useful of GitHub repositories.
This project is very much work in progress.
- Copy
.env.example
to.env.development
and change the variables appropriately. npm install
npm run dev
- Copy
.env.example
to.env.production
and 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