jecs/docs/tutorials/quick-start/getting-started.md
Marcus 0567856a59
Add docs (#45)
* Initial commit

* Add section for standalone

* Fix docs

* Add pages to docs

* Remove redundant files
2024-05-27 03:39:20 +02:00

19 lines
No EOL
690 B
Markdown

# Getting Started
This section will provide a walk through setting up your development environment and a quick overview of the different features and concepts in Jecs with short examples.
## Installing Jecs
To use Jecs, you will need to add the library to your project's source folder.
## Installing as standalone
Head over to the [Releases](https://github.com/ukendio/jecs/releases/latest) page and install the rbxm file.
![jecs.rbxm](rbxm.png)
## Installing with Wally
Jecs is available as a package on [wally.run](https://wally.run/package/ukendio/jecs)
Add it to your project's Wally.toml like this:
```toml
[dependencies]
jecs = "0.1.0" # Make sure this is the latest version
```