Skip to content

verhovsky/curlconverter.github.io

 
 

Repository files navigation

A static Web app for showing off curlconverter

curlconverter uses tree-sitter for Bash parsing, which adds some complexity to deployment because we have to copy the generated WASM files from node_modules/ to serve them. See webpack.config.js for details.

Running locally

npm install
npm start

If you're on macOS, this prerequisite may also be necessary:

brew install emscripten

if you receive the error: npm ERR! You must have either emcc or docker on your PATH to run this command

About

The demo website for curlconverter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • HTML 39.8%
  • SCSS 4.1%