The website and docs for neon
git clone https://github.com/neon-bindings/website
cd website
yarn
yarn start
# Styles
yarn styles
yarn styles --watchgit clone https://github.com/neon-bindings/neon
cd neon
cargo doc
cp -r target/doc ../website/static
mv ../website/static/docs ../website/static/api
rm -rf neon