Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 523 Bytes

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