The official website of the Jule Programming Language, live at https://jule.dev.
Skip all of the steps below by using Gitpod, which automatically does it for you.
- 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! 🎉 You have successfully run the website locally.
The repository is under the terms of the BSD-3 Clause license.
See the LICENSE
file for more information.