Skip to content

JunaidBabu/curlconverter.github.io

 
 

Repository files navigation

A static Web app for showing off curlconverter

Uses Webpack

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

About

The demo website for curlconverter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.2%
  • HTML 47.2%
  • CSS 4.6%