This is a starter package for use with gatsby. We are using gatsby to generate static websites.
This, being our basic starter, comes with a pretty minimal feature set:
- Basic styling setup using sass: globals (variables and mixins) and base (reset and base styles) defined
- EditorConfig - http://editorconfig.org/
- Linting (both js and sass) running on git pre-commit hook
- Some very basic example pages
As well as all the goodness (loaders) that comes with gatsby by default.
yarn global add gatsby --prefix /usr/local
This project uses yarn to manage dependencies.
npm i yarn -g
will install it globally.
NB. Appending the --prefix /usr/local
flag installs the module in the /usr/local/bin
directory. There is an open issue stopping globally installed yarn packages from being run (yarnpkg/yarn#2064)
gatsby new your-site-name-here gh:inlight-media/gatsby-starter-basic