Skip to content
Hoplite
Theme

Begin typing to search this site.

Contributing

Terminal window
git clone https://github.com/hara-lang/hara.git hara.lang
git clone https://github.com/greenways-ai/hoplite.git hoplite
cd hoplite
make setup
Terminal window
make check
make runtime
make nginx
make macos

make nginx downloads and verifies the pinned Nginx source. Use the narrowest relevant target while iterating and run the full checks before proposing a change.

Terminal window
make example-check
make example-build
make example-dev
curl -i http://localhost:8080/hello

Use GitHub issues for reproducible bugs, compatibility problems, documentation corrections, and focused feature proposals. Include the platform, Hoplite and Hara revisions, command, expected behavior, and observed output.

Hoplite source is licensed under the Eclipse Public License 2.0.