Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 979 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 979 Bytes

playnode.io

playnode.io is the official web site.

Building

You can build and run this playnode.io site locally by following these steps.

  1. You will need Node.js to be preinstalled.

  2. Install gulp globally that is used to run the build script.

     npm install -g gulp
    
  3. Install Node dependencies:

     cd playnode.io
     npm i
    
  4. Run gulp dev during development.

Release

Once you are ready to publish the changes, run:

gulp release

Contributing

We welcome contributions of all kinds from anyone. We're actively looking for more contributors.

See Contribution Guidelines for details.

License

Powered by playnodeconf © 2015.

Code licensed under the MIT.

Documentation licensed under CC BY 3.0.