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 devThe vite preview command will boot up static web server which serves the files from dist at http://localhost:4173.
npm run build
npm run previewDeploy a new version to github pages
# create and push a new tag
git tag x.x.x
git push --tagsThis script will merge the main branch into the gh-pages branch.
# run the deployment script
sh deploy.sh