Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 868 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 868 Bytes

Official Jule Manual

The official manual for the Jule programming language.

Getting Started

Using Gitpod

By using Gitpod, you can easily install the required dependencies and compile the website in one single click.

Open in Gitpod

Locally

  1. Fork the repository here.
  2. Clone the forked repository.
git clone https://github.com/<YOUR-USERNAME>/manual.git
  1. Install the required dependencies.
npm ci
  1. Build the website.
npm run build
  1. Run the website at port 5173.
npm run dev

License

The Jule Manual is distributed under the terms of the BSD 3-Clause license.
See License Details