Ninkuk / drive-insight-website

0 stars 0 forks source link

Drive InSight

Installation

  1. Fork the repo: https://github.com/Ninkuk/drive-insight-website/fork

  2. Clone your repo

git clone https://github.com/Ninkuk/drive-insight-website.git
  1. Install Node Modules (Make sure your Node.js version is greater than 16.x)
npm install
  1. Run the project
npm run dev
  1. Open a browser and go to the link: http://localhost:3000

Contribution

  1. If you have already created a branch, it's a good habit to Sync Fork.

  2. Create a new branch

git checkout -b <feat_name>
  1. Make your changes

  2. Commit your changes and push

git add -A
git commit -m "commit message"
git push
  1. Once you are ready to merge, create a Pull Request