An open API service indexing awesome lists of open source software.

https://github.com/julelang/manual

The official manual of the Jule programming language
https://github.com/julelang/manual

book documentation jule julec language manual

Last synced: 6 months ago
JSON representation

The official manual of the Jule programming language

Awesome Lists containing this project

README

          

# Official Jule Manual

The official manual for [the Jule programming language](https://github.com/julelang/jule).

## 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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/julelang/manual)

### Locally

1. Fork the repository [here](https://github.com/julelang/manual/fork).
2. Clone the forked repository.

```bash
git clone https://github.com//manual.git
```

3. Install the required dependencies.

```bash
npm ci
```

4. Build the website.

```bash
npm run build
```

5. Run the website at port 5173.

```bash
npm run dev
```

## License

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

[See License Details](./LICENSE)