Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 589 Bytes

freeCodeCamp Guides

Technology guides that are as easy to understand as possible.

Architecture

  • This site is built with Gatsby v1.0.0-alpha19

Run locally

cd www
npm install
gatsby develop

Troubleshooting

If you encounter UNHANDLED REJECTION TypeError: Cannot read property 'internal' of undefined Delete the .cache folder within www

Contributing

  1. Create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request :D