-
Notifications
You must be signed in to change notification settings - Fork 0
Guide
anujachaitanya edited this page Mar 4, 2020
·
9 revisions
Welcome, we are happy to see you here. We request you to read all the guidelines before contributing.
- Node
- Express
- Cookie-parser
- Mocha
- Supertest
- Chai
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.
- Clone the repository.
> git clone https://github.com/step-batch-7/softwareSamurai-settlers.git
- Run setup file from project root directory
> softwareSamurai-settlers$ bin/setup.sh
- To run the application
> softwareSamurai-settlers$ npm start
- By Software Samurai