Skip to content

The official website of the Jule programming language.

License

Notifications You must be signed in to change notification settings

julelang/website

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! 🎉 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.