Skip to content

playnodeconf/playnode.io

Repository files navigation

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.