Syntax.Rocks is a place where developers could collaborate with one another to horn their skills in their domain. From basics of coding with different languages to deep concepts in programming, [Syntax.Rocks] tries to deliver an easy experience to developers learning these concepts to get better at their craft.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have a working Nodejs runtime environment & Gatsby CLI.
A step by step series of examples that tell you how to get a development env running
Clone this repo
git clone https://github.com/ananta/syntax.rocks
cd syntax.rocks
Load project dependencies using npm or yarn
npm install
Start the developement environment
npm start
The start script triggers
gatsby develop