Skip to content

🖥 Juka Official Website built on top of Docusaurus/React Framework. Help us make it better!

Notifications You must be signed in to change notification settings

jukaLang/juka-website

Repository files navigation

Netlify Status Crowdin

Twitter Discord

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:

Netlify Deploy Vercel Deploy

website

Juka Programming Language

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!

Local Deployment

Requirements

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.

Generating Translations

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