reason logo

The Reason website & documentation

Uses gatsby.

Organization

All pages are in src/pages/. The markdown files under src/pages/guide and src/pages/community are probably of most interest.

Building

npm install
npm run develop

That'll start a hot-loading server & you can make changes & see the results.

For info on how gatsby works, take a look at their docs.