Using Neon
Installation
Neon's core library is contained within the file neon.js.
If you wish to use Neon code on your page, you only need to include this core library somewhere in your page, preferably by including a script element in your page head:
<script src="/js/neon.js"></script>
This file can be used either in minified or non-minified form. For normal production use, it is recommended to use the minified version available from the Neon website to save bandwidth.
It is also recommended to configure your web server to serve the file gzip-compressed.