Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 829 Bytes

CONTRIBUTING.md

File metadata and controls

49 lines (32 loc) · 829 Bytes

💻 Prerequisites

Node.js LTS and yarn must be installed in your local machine.

🚀 Quick Start

1. Fork this repository to your account

2. Clone the fork to your local machine

git clone https://github.com/USERNAME/teamastracea.in.git

3. Switch to the directory

cd teamastracea.in/

4. Create a new branch, say feat/new

git checkout -b feat/new

5. Install all packages (in Windows, use cmd)

yarn install

6. Start Development Environment

yarn run dev

This will provide you with a web interface available at http://localhost:3000/

7. Commit, Push, and submit PR

git add .
git commit -m "commit-message"
git push origin branchName