Official Website: https://jukalang.com
Mirror 1: https://jukalang.onrender.com/
Mirror 2: https://juka.netlify.app
If you would like to add a mirror, add your link to this file (README.md) and create a pull request
Use the following services to test your changes for Juka website before creating a pull request:
Juka Programming Language website is built on top of Docusaurus 3. Feel free to contribute to our website! Please edit "docs/*.md" files. Any help is appreciated!
Node.js version 18+
You might need to install dependencies by running npm install in the home directory
npm install
Run the following command to deploy the server locally:
npm run docusaurus clear
npm run docusaurus start
or
npx docusaurus start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
It's important to generate translation before you commit. Run the following command before submitting the site to GitHub
npm run write-translations
If you are on Windows, please run "run.bat" instead:
./run.bat