π First, huge shout-out to @icelam for a great and simple name picker we could fork and use for the GitHub booth!
π This site is deployed to GitHub Pages using GitHub Actions. The Actions workflow pulls entrants from commenters of a GitHub Issue.
π« To enter the draw (if there is one currently running), please head to the issues tab, and select the issue for the raffle you want to enter. Leave a comment to enter.
If you are a Hubber who wants to use this for prize draws, please see the instructions on the GitHub IRL repo
Below is the original README:
Simple HTML5 random name picker for picking lucky draw winner using Web Animations and AudioContext API
Demo is available at https://pinkylam.me/playground/random-name-picker
- Pug
- CSS3 (SCSS)
- Web Animations API
- AudioContext API
- Node 12 or nvm installed
- Yarn or NPM installed
To install dependencies:
yarn install
To start the development server:
yarn start
To build the project for production:
yarn build
All the build files can be found in /dist
folder.