Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Clone the repository to your local machine
git clone https://github.com/your-username/studio-horsma.git
Replace 'your-username' with your GitHub username.
- Change directory to the project directory
cd studio-horsma
- Install necessary dependencies
npm install
- To start the development server, run
npm run dev
- Create your Feature Branch
git switch -c feature
(Replace the feature placeholder with your new feature) - Make your changes in code
- Add your changes
git add name-of-the-changed-file
- Commit your Changes
git commit -m 'Add new feature'
- Push to the Branch
git push origin feature
- Open a Pull Request
We kindly request that you express your interest in working on a particular issue by leaving a message on the respective issue thread. This will allow us to assign the issue to you directly, thereby preventing multiple individuals from simultaneously working on the same problem.
If you have some small bug, feature or fix to make, that is not currently on Issues, feel free to submit a pull request.
For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
Also, please read our Contributing Guidelines for more information.
If you have any questions about the repo, open an issue or contact me directly at niko.hoffren@gmail.com.