Installing Kinto.js

NodeJS

If you're using NodeJS and npm as a frontend package manager, you'll need NodeJS v0.12.x installed on your system. Then:

$ npm install kinto --save

Notes

Read more about how to build Kinto.js in the Hacking section.

Static assets

Dev and production ready assets are available in the gh-pages branch of the repository. In general, you should download these files and ship them along your own projects, though you can also link them during development:

Notes

Only stable tags are released as dist files; if you plan on using latest versions from master, you need to build them manually.