Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 835 Bytes

File metadata and controls

26 lines (19 loc) · 835 Bytes

GFM to Online Judge Description Formats Converter

Web ui wrapper for cmark-gfm and gfm2polygon-statement

Converts GitHub Flavored Markdown to Polygon's statement LaTeX and BOJ Stack's description DOM.

Getting Started

This repository doesn't include the build of cmark-gfm and gfm2polygon-statement.

When building the library, Emscripten, the c/c++ wasm compiler is required. Refer to <Download and install> in the Emscripten documentation.

# initialize
git submodule update --init
npm install
npm run compile:lib
# run
npm run dev
# build script runs compile:lib before building the web ui source code.
npm run build