Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 528 Bytes

File metadata and controls

29 lines (16 loc) · 528 Bytes

Spinner

A spinner for making random choices

https://geordiep.github.io/spinner

Development

Setup:

$ npm install # or pnpm install or yarn install

In the project directory, you can run:

npm dev or npm start

This runs the app in development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

To build, you can run:

npm run build

This builds the application into the docs folder, for deployment using GitHub Pages.