Projeto Spider static website source
We use Yarn instead of NPM so I strongly encourage you to use it if you ever plan to contribute to this source code.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# generate static project
$ yarn run generate