- Fork the repo
- Clone the repository
git clone https://github.com/<USERNAME>/Syntax-Erreur-Website.git
- Run
cd syntax-error
to change the working directory - Run
npm install
to install all dependencies - Run
npm run dev
to start the application - Visit https://localhost:3000 to view the application
- Run installation steps
- Find Issue to work on or create a new issue for feature request or bug
- Create a new branch for your feature
git checkout -b feature-name
- Make your changes
- Commit your changes
git commit -a -m "Add some feature"
- Push to the branch
git push origin feature-name
- Create a new pull request Congratulations on your first Pull Request in syntax-erreur! 🎉