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

ada-url/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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