Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1013 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 1013 Bytes

site

Primary website for the dsmJS user-group, built with Gatsby

Build Status

Commitizen friendly Greenkeeper badge This project is using Percy.io for visual regression testing. PRs Welcome

Local Development

Setup

$ nvm install
$ npm install

Run the site in development mode

$ npm run develop

Navigate to the url printed in the terminal to view the local site. Changes that you make will automatically hot-reload in the browser.