/rustbridge.github.io

the website for rustbridge

Primary LanguageCSSMIT LicenseMIT

rustbridge.github.io

Build Status Greenkeeper badge

the website for rustbridge

prerequisites

this is a static site. it is built using a node.js workflow. you'll need node.js and npm to build the site. to get these tools, follow these instructions.

up and running

once you have node.js and npm installed, follow these steps to get the site up and running locally:

  1. fork and clone this repository
  2. cd rustbridge.github.io
  3. npm prune && npm install
  4. npm start

npm start will start a local dev server at http://127.0.0.1:8080. this script uses live server to automatically refresh your browser window when changes are made to files in the project.

documentation

for more information about the specific workflows and builds in this project checkout out the documentation directory: