Skip to content

RuggeroVisintin/spark-engine-web-editor

Repository files navigation

Spark Engine Web Editor

Overview

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.

Getting Started

  1. Clone the project
  2. npm i to install needed dependencies
  3. npm start to launch the editor

Prerequisites

  • Node ^20
  • Npm ^10

Contributing

How to contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b yourName/feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Reporting Issues

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.

Git Conventions

To know more about any checks running inside git hooks please refer to docs/git-conventions.md

License

See LICENSE file