Skip to content

Mr-Potato-l/manual

 
 

Repository files navigation

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

About

The official manual of the Jule programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.5%
  • CSS 13.5%