How to run

npm i
#that's it
#live server
npm run front

#build assets to ./docs
npm run front:prod

How to test

npm run test