Skip to content

mebble/burl

Repository files navigation

bURL

CI Status Netlify Status

Break up URLs at burl.netlify.app

Usage

Open the app with a blank URL:

https://burl.netlify.app

Open the app with some given URL:

https://burl.netlify.app/?u=https://www.reddit.com/r/aww/comments/mtv5a3/this_german_shepherd_is_well_known_in_her/?utm_source=share&utm_medium=web2x&context=3

Dev Requirements

Dev Setup

Clone the project, cd into the project's root directory and install the project's dependencies

pnpm install

Testing

Run the application in development mode

pnpm dev

In another terminal window, open the Cypress runner

pnpm cypress:open

In the Cypress runner, select the test file you want to run. This test will be run in a Cypress-controlled browser. Then as you update your tests and the corresponding application code, you can re-run the tests from the Cypress browser.

You can also run the Cypress tests in headless mode:

pnpm cypress:run

References