Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.16 KB

for latest version go to vitordino/vitordino.com

portfolio v2

Netlify Status

Development Guide

# install project dependencies
$ yarn

# development server
$ yarn dev # starts dev server

# build static site
$ yarn build # outputs to ./build directory

Tech Stack

name license description
gatsby MIT blazing fast static site generator for react
react MIT declarative, component-based, functional approach to user interfaces
styled-components MIT visual primitives for the component age

System Dependencies

name min. version
node 8.0.0
yarn 1.0.0