pas

Available Scripts

# install all dependencies
yarn

# start the local dev server
# Runs the app in the development mode.<br>
# Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
yarn start

# create a build for production
yarn build

# build and deploy to github pages
yarn push