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
- Host: GitHub
- URL: https://github.com/julelang/manual
- Owner: julelang
- License: bsd-3-clause
- Created: 2023-07-04T10:23:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T13:18:58.000Z (7 months ago)
- Last Synced: 2025-04-10T14:49:11.345Z (7 months ago)
- Topics: book, documentation, jule, julec, language, manual
- Language: TypeScript
- Homepage: https://manual.jule.dev
- Size: 3.16 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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)