/party-lottery

Choose lucky ones randomly to receive gifts during a party.

Primary LanguageJavaScript

party-lottery

Choose lucky ones to receive gifts during party.

Link: https://chuntaoliu.com/party-lottery/

Development setup

yarn install
cp src/config.sample.js src/config.js
edit src/config.js
yarn start

Release to production

yarn release

Static files are generated in docs folder. You may deploy these static files to any server. This app is pure client side, deploy it just like deploying any other static websites.