Skip to content

julelang/manual

Repository files navigation

Official Jule documentation/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

See LICENSE for full information.