This repository contains the source code for https://playground.hello.dev/.
- Git
- Node.js (version 18 or higher)
- A fork of this repository (required for contributions)
- A local clone of the Playground repository
- A Hellō account (Create one at Hellō Wallet)
- A
client_id
for a Hellō application withhttp://localhost:*
development redirect URI enabled (Create one at the Hellō Developer Console)
- Run
cd playground
to navigate to the project root - Run
npm i
to install the necessary npm dependencies
- Run
npm run dev
to start the hot-reloading development server (powered by Vite) - Open http://localhost:5173 in your preferred browser
- Use your application's
client_id
and update the value in the Protocol Parameters section - Update the
redirect_uri
in the Protocol Parameters section to behttp://localhost:5173
This project is licensed under the MIT License.