The official manual for the Jule programming language.
By using Gitpod, you can easily install the required dependencies and compile the website in one single click.
- Fork the repository here.
- Clone the forked repository.
git clone https://github.com/<YOUR-USERNAME>/manual.git
- Install the required dependencies.
npm ci
- Build the website.
npm run build
- Run the website at port 5173.
npm run dev
The Jule Manual is distributed under the terms of the BSD 3-Clause license.
See License Details