Giter VIP home page Giter VIP logo

jsrockshq.github.io's Introduction

JS Rocks

How to contribute

JSRocks.org is a collaborative website about the latest JavaScript features and tools.
Anyone can contribute by writing an article, making a layout change, suggesting new sections, reporting issues, etc.
Contributing to JS Rocks is super easy, choose the type of contribution you want.

Writing an article

The JS Rocks website is built with Harmonic, our static site generator.

  • First thing you need to do is to install Harmonic.
npm install harmonic -g

You'll need Node.js >= 0.10 (or io.js) and npm already installed.
Check out the main Harmonic documentation if you're in trouble.

  • Fork and clone the jsrockshq.github.io repository
# replace YOUR_USERNAME with your GitHub username below
git clone https://github.com/YOUR_USERNAME/jsrockshq.github.io.git
cd jsrockshq.github.io
git remote add upstream https://github.com/JSRocksHQ/jsrockshq.github.io.git
  • Create a new branch using upstream/src as base and checkout to it
git fetch upstream
git checkout -b my-awesome-post upstream/src
  • Create a new post
harmonic new_post "My awesome post"

This command will create a new markdown file in /src/posts/[LANG].

  • Run Harmonic to check if your post is ready
harmonic run

This command will build and run the JS Rocks website in the default port 9356.

  • Commit your changes
git add .
git commit -m "my awesome article"
  • Push your new branch to your forked repository
git push origin HEAD

Go to your forked repository's page on Github.com and create a pull request for the src branch.

Issues

You can help JS Rocks by finding a bug in the website, a typo in an article or even an incorrect sentence.
File an issue, and we will solve it ASAP.

jsrockshq.github.io's People

Contributors

jaydson avatar ultcombo avatar robsongajunior avatar

Watchers

James Cloos avatar Hannan Ali avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.