Skip to content

Gridonic showroom of open-source projects.

Notifications You must be signed in to change notification settings

gridonic/gridonic.github.io

Repository files navigation

Gridonic Open Source Projects

gridonic.chgridonic.github.io@gridonic

Demo

https://gridonic.github.io

Development

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

Preview

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

Deployment

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