Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.18 KB

Hua

Hua - A simple lua runtime powered by native lua engine.

⚠️ -- currently in development --

Setup

  1. Clone this repository: git clone https://github.com/xHyroM/lua.git
  2. Navigate to the project directory: cd lua
  3. Open the project in your editor of choice

Usage

  • To build the project, run cargo build
  • To run the project in development, run cargo run

Contributing

To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.

  1. Fork this repository
  2. Create a new branch for your changes: git checkout -b my-feature
  3. Commit your changes: git commit -am "Add my feature"
  4. Push the branch: git push origin my-feature
  5. Open a pull request

License

This project is licensed under the Apache-2.0 License.