geppy / rustbridge.github.io

the website for rustbridge

Home Page:https://rustbridge.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

the website for rustbridge

https://rustbridge.github.io

License:MIT License


Languages

Language:CSS 71.4%Language:HTML 22.6%Language:JavaScript 3.1%Language:Shell 2.9%