Spark Engine Web Editor is a browser based editor for the SparkEngine game engine. It leverages web technology to ensure high compatibility with many devices and enable web based frution without requiring any installation.
- Clone the project
npm i
to install needed dependenciesnpm start
to launch the editor
- Node ^20
- Npm ^10
- Fork the repository
- Create a new branch (
git checkout -b yourName/feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you encounter any bugs or have suggestions for improvements, please open an issue on our GitHub repository. Provide as much detail as possible, including steps to reproduce the issue.
To know more about any checks running inside git hooks please refer to docs/git-conventions.md
See LICENSE file