Thank you so much for investing your time in contributing to this project.
Below are the steps you can follow to get started:
- Clone this repository locally
git clone https://github.com/henryhale/livecode.git
- Install all dependencies (using pnpm)
pnpm install
- Run dev server
pnpm dev
- Add and test your contributions
Create a new branch briefly describing the contribution.
Could be a new feature or a bug or typo.
Ensure that you test your contribution, nothing should be broken.
Commit the changes once you are happy with them.
- Open a pull request
Before you push your code, ensure that the entire codebase is up-to-date with the changes in this repository.
Provide a short description in your pull request.
Now, wait for a review and merge thereafter.