acyanbird / rubberduck

your online portable rubberduck solution!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before you start

Ensure you have node.js installed. If not, please visit https://nodejs.org/en/download/ to download and install it.

How to run

git clone git@github.com:acyanbird/rubberduck.git
cd ./rubberduck
npm install
npx vite # or npm run dev

Then you should automatically open the browser and see the demo. Or visit http://localhost:4000 in your browser.

How to deploy

npm run build # or npx vite build

Output files will be in dist folder. Check https://vitejs.dev/guide/static-deploy.html for more information. This online demo is deployed on github pages. You can use workflow config file as a reference.

Online Demo

https://acyanbird.github.io/rubberduck/

TODO

  • Make rubber duck model available
  • Could change color
  • Light?

About

your online portable rubberduck solution!


Languages

Language:JavaScript 88.2%Language:HTML 11.8%