https://github.com/boringdeveloper/rac-adventure
https://github.com/boringdeveloper/rac-adventure
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boringdeveloper/rac-adventure
- Owner: boringdeveloper
- Created: 2025-10-02T19:01:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T21:27:07.000Z (8 months ago)
- Last Synced: 2025-10-02T22:24:46.238Z (8 months ago)
- Language: CSS
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Aria Components Adventure
Some of the experiences I had while using React Aria Components to build an accessible and user-friendly application.
## Setup
Install the dependencies:
```bash
pnpm install
```
## Run locally
Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000).
```bash
pnpm dev
```