SkillAgentSearch skills...

Website

The official website of the Jule programming language

Install / Use

/learn @julelang/Website
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Official Website of Jule

The official website of the Jule Programming Language, live at https://jule.dev.

Building the website

Gitpod

Skip all of the steps below by using Gitpod, which automatically does it for you.

Open in Gitpod

Manually/locally

  1. Fork the repository here.
  2. Clone the forked repository.
git clone https://github.com/<your-username-here>/website
  1. Change the directory to the cloned repository.
cd website
  1. Install the required dependencies with NPM.
npm ci
  1. Build and compile the website.
npm run build
  1. Run the website at port 5173.
npm run dev

That's it! :tada: You have successfully run the website locally.

License

The repository is under the terms of the BSD-3 Clause license.
See the LICENSE file for more information.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Vue

Security Score

90/100

Audited on Feb 13, 2026

No findings