Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremy-code/pandaria
Panda CSS and React Aria UI library
https://github.com/jeremy-code/pandaria
Last synced: 5 days ago
JSON representation
Panda CSS and React Aria UI library
- Host: GitHub
- URL: https://github.com/jeremy-code/pandaria
- Owner: jeremy-code
- License: mit
- Created: 2024-02-07T03:54:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:50:19.000Z (7 months ago)
- Last Synced: 2024-10-05T18:35:09.818Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://pandaria.dev
- Size: 1.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pandaria [![GitHub Actions badge](https://github.com/jeremy-code/pandaria/actions/workflows/ci.yml/badge.svg)](https://github.com/jeremy-code/pandaria/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jeremy-code/pandaria)](LICENSE) [![NPM version](https://img.shields.io/npm/v/%40pandaria%2Fpanda-preset)](https://www.npmjs.com/package/@pandaria/panda-preset) [![NPM downloads](https://img.shields.io/npm/dt/%40pandaria%2Fpanda-preset)](https://www.npmjs.com/package/@pandaria/panda-preset)
## 🛠️ Installation
```bash
git clone https://github.com/jeremy-code/pandaria.git
cd pandaria
corepack enable
yarn
```## 🚀 Usage
```bash
# Set Node.js version
nvm use# Run the development server locally
yarn dev# Lint and format code
yarn lint
yarn format# Build
yarn build
```## 🔓 License
This project is licensed under the [MIT license](LICENSE).