Skip to content

jgm/djot-playground

 
 

Repository files navigation

djot-playground

A web application that converts djot to HTML. This was formerly used at https://djot.net/playground/, but we have now replaced the playground with a new one based on directly compiling to WASM.

The app uses the latest Lua source code from the main branch (loaded directly from GitHub).

This is a fork of the unmaintained dtinth/djot-playground.

Build instructions

make, or follow these steps manually:

  • Install Node.js (version 16 or above).
  • Run corepack enable in a terminal to make the yarn command available.
  • Run yarn install to install the project dependencies.
  • Run yarn build to build the project.

The files will be in the dist directory.

About

Playground for the djot light markup language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 55.4%
  • TypeScript 31.0%
  • JavaScript 5.1%
  • Makefile 4.3%
  • HTML 3.5%
  • CSS 0.7%