git clone https://github.com/ossrndc/OSS_Website .
npm install
npm run dev- Fork the repository
- Clone your fork :
https://github.com/your-username/OSS_Website.git - Create your feature branch:
git checkout -b my-new-feature - Stage changes
git add . - Commit your changes:
git commit -m "your commit message" - Push to the branch:
git push origin my-new-feature - Submit a pull request.