We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome, we are happy to see you here. We request you to read all the guidelines before contributing.
SoftwareSamurai-settlers/ ├─ public/ │ ├─ css/ │ ├─ assets/ │ ├─ js/ │ └─ *.html ├─ src/ │ ├─ handlers/ │ ├─ app.js │ └─ models/ ├─ bin/ │ └─ setup.sh ├─ .github/ │ ├─ commit-template │ ├─ pre-push-hook.sh │ └─ pre-commit-hook.sh ├─ test/ │ ├─ integration/ │ └─ unit/ ├─ templates/ │ └─ *.html ├─ .gitignore ├─ .eslintrc ├─ README.md ├─ package.json ├─ package-lock.json └─ server.js
To contribute to our project, Please proceed as follows.
> git clone https://github.com/step-batch-7/softwareSamurai-settlers.git
> softwareSamurai-settlers$ bin/setup.sh
> softwareSamurai-settlers$ npm start