https://github.com/hellocoop/playground
https://github.com/hellocoop/playground
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellocoop/playground
- Owner: hellocoop
- License: mit
- Created: 2022-04-05T17:59:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:52:17.000Z (over 1 year ago)
- Last Synced: 2024-10-23T22:32:01.591Z (over 1 year ago)
- Language: Svelte
- Homepage: https://playground.hello.dev
- Size: 340 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Playground
This repository contains the source code for [https://playground.hello.dev/](https://playground.hello.dev/).
## Getting Started
### Prerequisites
1. **Git**
1. **Node.js** (version 18 or higher)
1. A fork of this repository (required for contributions)
1. A local clone of the [Playground repository](https://github.com/hellocoop/playground)
1. A Hellō account (Create one at [Hellō Wallet](https://wallet.hello.coop/))
1. A `client_id` for a Hellō application with `http://localhost:*` development redirect URI enabled (Create one at the [Hellō Developer Console](https://console.hello.coop/))
### Installation
1. Run `cd playground` to navigate to the project root
1. Run `npm i` to install the necessary npm dependencies
### Running Locally
1. Run `npm run dev` to start the hot-reloading development server (powered by [Vite](https://vitejs.dev/))
1. Open [http://localhost:5173](http://localhost:5173) in your preferred browser
1. Use your application's `client_id` and update the value in the **Protocol Parameters** section
1. Update the `redirect_uri` in the **Protocol Parameters** section to be `http://localhost:5173`
## License
This project is licensed under the [MIT License](LICENSE).