Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 534 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 534 Bytes

Playground

This repository contains a CPP and a JavaScript project to provide a playground for the Ada url parser.

screenshot

Installation

cpp

For installing and building, run the following commands:

  • cd cpp
  • emcmake cmake -B build
  • cmake --build build

To run the server on port 4242:

  • ./build/playground

ui

For installing and building, run the following commands:

  • cd ui
  • npm install

To run the server on port 3000:

  • npm run dev