DiceDB Playground is an interactive platform designed to let users experiment with DiceDB commands in a live environment. This repository hosts the frontend service implementation of the Playground.
Clone the repository and install the dependencies:
cd apps/playground-web
yarn install
Playground-web depends on playground-mono
which is the backend.
Please set up the playground-mono
repository locally by following the instructions
mentioned in the README.md
file.
To start the development server, run:
yarn run dev
This will launch the app on http://localhost:3000. The app will automatically reload if you make changes to the code.