Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 614 Bytes

SETUP.md

File metadata and controls

35 lines (24 loc) · 614 Bytes

Setup

Installation and usage

# Clone this repository
$ git clone https://github.com/CodeRoyale/lobby.git
# Go into the repository
$ cd lobby
# Install dependencies
$ npm install
# Start's development server
$ npm run dev

Development

Before starting to make changes

  1. Make a new issue, so that we can know what you are working on.

  2. Create a new branch

# Create a new branch
$ git checkout -b branch_name
  1. Make your relevant changes

  2. Make sure to document the changes in code by commenting it.

Before Commiting / Pushing to repo

<-- All Style Guide scripts -->