This is the codea source code
The idea behind this initiative is to expose a wide variety of articles and concepts, if you love sharing knowledge through open source projects, books etc. We have decided to create this project for anyone who wants to collaborate.
Leélo también en español
Make sure you have a recent version of nodejs, and the yarn dependency management tool.
$ npm install --global yarn
Once these requirements are met, let's proceed and install the project dependencies.
$ cd codea-blog
$ yarn install
And finally, let's execute the development server:
$ ./node_modules/.bin/gatsby develop
or
$ yarn develop
You can now view blog in the browser http://localhost:8000
View GraphiQL, an in-browser IDE, to explore the blog's schema http://localhost:8000/___graphql
Feel free to leave any comment and/or suggestion.