Technology guides that are as easy to understand as possible.
- This site is built with Gatsby v1.0.0-alpha19
cd www
npm install
gatsby develop
If you encounter UNHANDLED REJECTION TypeError: Cannot read property 'internal' of undefined
Delete the .cache
folder within www
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D