Skip to content

WDOTS/wdots.github.io

Repository files navigation

Web Devs of the Shire website

Build Status

https://wdots.github.io/

Contributions to the website are very welcome!

Quick start guide

You will need:

Install dependencies:

$ yarn install

Start the dev server:

$ npm start

Navigate to http://localhost:3000

Contribution guidelines

  • Use Yarn to add or remove any dependencies, and remember to check in changes to the yarn.lock file
  • Before committing, please run npm run lint and ensure there are no linting errors or warnings
  • Before raising a pull request please test that the website works in the latest version of all major browsers (Chrome, Firefox, Safari, Edge)
  • Before merging a pull request, wait for the build to pass and request a review from at least one other member of WDOTS