Snakeroom / Website

The website for the Snakeroom.

Home Page:https://snakeroom.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website

This repository contains the source code for snakeroom.org.

Contributing

To set up your local development environment:

git clone git@github.com: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.

About

The website for the Snakeroom.

https://snakeroom.org

License:MIT License


Languages

Language:JavaScript 100.0%