frontend app for pmmc's pin dropping application to gather visitor information
the latest master build can be demoed here!
# install all dependencies
yarn install
# start dev server
yarn start
# create production build
yarn build
- use
eslint
for linting- check
.eslintrc.json
for rules
- check
- use
prettier
for pretty formatting- check
.prettierrc
for rules
- check