Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 851 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 851 Bytes

Website

This repository contains the source code for snakeroom.org.

Contributing

To set up your local development environment:

git clone [email protected]:Snakeroom/Website.git
npm install
npm run dev
# http://localhost:3000

We follow Chris Beams' git commit style guide.

We use Prettier and ESLint to enforce code style. Make sure to run npm run lint before commit to lint and autofix your changes. (or install the respective editor plugins for lint/format-on-save)

If your PR contains significant code changes (e.g. not just fixing a typo), add your name to the LICENSE file.

When merging pull requests, merge commits should be used rather than squashing or rebasing.

Production

The repo is automatically deployed to Netlify upon commit to master.