lf-lang / lf-lang.github.io

The Lingua Franca website

Home Page:https://www.lf-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn 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.

Deployment

When your changes are ready to be reviewed, push the changes to your fork or to a feature branch and then open a pull request on GitHub. After review, when your changes get merged, they will get deployed to https://lf-lang.org/ using GitHub Actions.

In our deployment workflow, we simply run:

$ yarn build

This generates static content in the build directory, which gets served using GitHub's static contents hosting service, GitHub Pages.

About

The Lingua Franca website

https://www.lf-lang.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:MDX 90.4%Language:TypeScript 7.5%Language:TeX 1.4%Language:CSS 0.7%Language:JavaScript 0.1%