Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
88 lines (64 loc) · 3.01 KB

README.en.md

File metadata and controls

88 lines (64 loc) · 3.01 KB

Codea

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.

Codea Version Codea is released under the MIT license. PRs welcome! alt= Total alerts Language grade: JavaScript Language grade: JavaScript nodejs yarn install npm install

Leélo también en español

Getting started

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.