This is a simple raffle number picker. It is written in Javascript and uses Math.random to pick a random number between 1 and the specified number of tickets. It stores the picked numbers in an array so that they cannot be picked again.
- Clone the repository
- Run
npm installto install the dependencies
You can run locally using the vite dev mode;
- Run
npm run devto start the dev server
You can build the project using the following;
- Run
npm run buildto build the project