Skip to content

projeto-spider/projeto-spider.github.io

Repository files navigation

Projeto Spider Build

Projeto Spider static website source

Build Setup

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

Related