website for fac-unb news lab
# install project dependencies
$ yarn
# development server
$ yarn dev # starts dev server
# build static site
$ yarn build # outputs to ./public directory
This project started as a fork of gatsby-starter-netlify-cms
name | license | description |
---|---|---|
react |
MIT |
declarative, component-based, functional approach to user interfaces |
gatsby |
MIT |
blazing fast static site generator for react |
recompose |
MIT |
a react utility belt for function components and higher-order components . |
styled-components |
MIT |
css-in-js library, composable styling |
netlify-cms |
MIT |
open source content management for your git workflow |
name | min. version |
---|---|
bash |
3.0.0 |
node |
8.0.0 |
yarn |
1.0.0 |