name | min. version |
---|---|
node |
12.0.0 |
yarn |
1.0.0 |
# install both projects dependencies
$ yarn
# start development server
$ yarn dev
# build static site
$ yarn build # outputs to ./public directory
this repo follows the gitmoji specification, and enforce it with a custom git-hook, so you need to follow it in order to be able to commit.
name | license | description |
---|---|---|
react |
MIT |
declarative, component-based, functional approach to user interfaces |
styled-components |
MIT |
visual primitives for the component age |
gatsby |
MIT |
build blazing fast, modern apps and websites with react |
etymos |
MIT |
responsive toolkit for declarative styled-components |