https://github.com/jafb321/darkrai-app
https://github.com/jafb321/darkrai-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jafb321/darkrai-app
- Owner: JAFB321
- Created: 2023-05-03T01:28:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T12:47:28.000Z (about 3 years ago)
- Last Synced: 2025-03-29T01:24:46.525Z (over 1 year ago)
- Language: TypeScript
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# darkrai-app
This [refine](https://github.com/pankod/refine) project was generated with [superplate](https://github.com/pankod/refine).
## Getting Started
**refine** is a React-based framework for building data-intensive applications in no time ✨
Refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.
## Available Scripts
### Running the development server.
```bash
npm run dev
```
### Building for production.
```bash
npm run build
```
### Running the production server.
```bash
npm run start
```
## Learn More
To learn more about **refine**, please check out the [Documentation](https://refine.dev/docs)
- **REST Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
- **Chakra UI** [Docs](https://refine.dev/docs/)
- **Inferencer** [Docs](https://refine.dev/docs/packages/documentation/inferencer)
- **Custom Auth Provider** [Docs](https://refine.dev/docs/core/providers/auth-provider/)
## License
MIT