https://github.com/tarnadas/sdk-workshop
https://github.com/tarnadas/sdk-workshop
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarnadas/sdk-workshop
- Owner: Tarnadas
- License: mit
- Created: 2023-12-12T05:33:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T08:00:43.000Z (over 2 years ago)
- Last Synced: 2025-10-05T01:23:08.494Z (8 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orderly SDK Workshop
This project demonstrates usage of the Orderly hooks SDK.
The project has been scaffolded via Vitejs and the `react-ts` template.
## Usage
```sh
# install dependencies
yarn
# run development server
yarn dev
# navigate to http://localhost:5173/
```