playnode.io is the official web site.
You can build and run this playnode.io site locally by following these steps.
-
You will need Node.js to be preinstalled.
-
Install
gulp
globally that is used to run the build script.npm install -g gulp
-
Install Node dependencies:
cd playnode.io npm i
-
Run
gulp dev
during development.
Once you are ready to publish the changes, run:
gulp release
We welcome contributions of all kinds from anyone. We're actively looking for more contributors.
See Contribution Guidelines for details.
Powered by playnodeconf © 2015.
Code licensed under the MIT.
Documentation licensed under CC BY 3.0.