Website
The official website of the Jule programming language
Install / Use
/learn @julelang/WebsiteREADME
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.
Manually/locally
- Fork the repository here.
- Clone the forked repository.
git clone https://github.com/<your-username-here>/website
- Change the directory to the cloned repository.
cd website
- Install the required dependencies with NPM.
npm ci
- Build and compile the website.
npm run build
- 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.
