Getting started with Nodal is easy.
npm install nodal -g
.
(If you get an error, run sudo npm install nodal -g
or fix permissions permanently by
following these directionscd ~
.nodal new
.nodal s
.That's it! Your Nodal webserver is up and running.
If you're not ready to use npm yet, you can download the starter kit which includes a prebuilt local installation of Nodal and an example Nodal API server instatweet-api
.
Check out the tutorial and the other examples in the starter kit's examples
directory to learn more.
We also have a wiki where the community contributes whatever they've found useful
Good luck, and welcome!