Thanks for sharing your interesting in contributing to the project! 🎉
You can find here all the information you need. If somehting is missing please report it in the issues.
This project is built with Astro so all the instructions to run it locally are the same as the Astro documentation.
First install the dependencies with the follow command:
npm install
for run locally project run:
npm run dev
- Fork the repository
- Clone the repository to your local machine
- Create a new branch
git checkout -b <branch-name>
- Make your changes
- Commit and push your changes
git add .
git commit -m "commit message"
git push origin <branch-name>
- Create a pull request
- Wait for the pull request to be reviewed and merged