Clone the repo
git clone https://github.com/linssen/better_than_predatorInstall the requirements packages
yarn installBuild the static files
# Build the production ready files
yarn run build
# Watch the files to automatically build them on change
yarn run serve
# Test
yarn run test