Skip to content

rikapo/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.

About

playnode conference official site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.9%
  • HTML 33.0%
  • CSS 23.1%