Andarist / replay-overboard

Home Page:https://overboard.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overboard (⚠️ wip)

Welcome to Overboard, the ficticious online store that has a few bugs that need your help fixing! This site is a showcase of various bugs in a simplified React application to help demonstrate how Replay helps you debug code execution across time.

Development

This is a monorepo powered by Yarn workspaces. The following workspaces are available, located in the packages directory:

  • overboard

    The official design system for Overboard.

  • site

    The NextJS site that powers the fictional online store.

yarn install

To start all of the dev servers, run the following in your terminal:

yarn dev

To filter which packages to run you can use the filter flag:

yarn dev --filter overboard

About

https://overboard.dev

License:MIT License


Languages

Language:TypeScript 98.0%Language:CSS 1.7%Language:JavaScript 0.2%