/randompicker.io

Pick a random item from a list 🎲

Primary LanguageTypeScriptMIT LicenseMIT

Random Picker

Pick a random item from from a list

How to setup a development environment:

make setup

To run that dev env:

make dev

To build the project:

make

To lint the project:

make lint