Skip to content

ExchangeJS/exchangejs.com

Repository files navigation

Netlify Status Join the chat at https://gitter.im/ExchangeJS/exchangejs.github.io

This is repo for the ExchangeJS website.

Getting Started

This site was bootstrapped using https://html5boilerplate.com/.

You can find some guidance and tips on the site structure in the docs folder.

Before trying to get started, make sure you've installed:

Install the site dependencies

npm install

Running the development server

You can start a development server with:

npm run dev

Once the development server is running you will be given a local URL where you can view your changes.

To deploy your changes just push to GitHub. Once they're merged into master they'll deploy to our site automatically.