gridonic.ch ・ gridonic.github.io ・ @gridonic
Clone the repo and start the local dev server http://localhost:3000.
git clone git@github.com:gridonic/gridonic.github.io.git
cd gridonic.github.io
npm install
npm run dev
The vite preview command will boot up static web server which serves the files from dist at http://localhost:4173.
npm run build
npm run preview
Deploy a new version to github pages
# create and push a new tag
git tag x.x.x
git push --tags
This script will merge the main
branch into the gh-pages
branch.
# run the deployment script
sh deploy.sh