# 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
-
Make a new issue, so that we can know what you are working on.
-
Create a new branch
# Create a new branch
$ git checkout -b branch_name
-
Make your relevant changes
-
Make sure to document the changes in code by commenting it.
<-- All Style Guide scripts -->