Web ui wrapper for cmark-gfm and gfm2polygon-statement
Converts GitHub Flavored Markdown to Polygon's statement LaTeX and BOJ Stack's description DOM.
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