Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paripsky/devedash
https://github.com/paripsky/devedash
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paripsky/devedash
- Owner: paripsky
- License: mit
- Created: 2024-05-10T12:14:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T12:37:21.000Z (8 months ago)
- Last Synced: 2024-11-09T16:17:54.429Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://devedash.vercel.app
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Devedash
Devedash is a dashboard creation tool that lets users create dynamic dashboards consisting of customizable widgets.
Built with React, Mantine UI, Sandpack and Supabase.
## Features
- **Dashboard Customization**: Design personalized dashboards tailored to your specific needs.
- **Widget Diversity**: Incorporate widgets built with React, Vue, Svelte, and other JavaScript frameworks.
- **Modular Structure**: Each widget operates within its own container, facilitating easy management and scalability.
- **Package Management**: Utilize separate `package.json` files for individual widgets to manage dependencies efficiently.
- **TypeScript Support**: Enjoy comprehensive TypeScript support for enhanced development reliability.
- **Tailwind**: Built in support for tailwind.## Getting Started
To get started with Devedash, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/paripsky/devedash.git
```2. Install dependencies:
```bash
cd devedash
npm install
```3. Add your supabase URL and anonymous key to your .env.local file
4. Start the development server:
```bash
npm start
```## License
This project is licensed under the [MIT License](LICENSE.md).