Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A work in progress website for neon

License

stoneG/website

 
 

Repository files navigation

website

Build Status

The website and docs for neon

Setup

git clone https://github.com/neon-bindings/website
cd website
yarn
yarn start

# Styles
yarn styles
yarn styles --watch

Updating the Docs

git 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

About

A work in progress website for neon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.3%
  • Other 0.7%