This is the frontend for the CrowdB Admin project. It provides a user interface for managing the CrowdB platform.
- Clone the repository:
git clone https://github.com/freedompraise/crowdb-admin-frontend.git
- Install dependencies:
yarn install
- Start the development server:
yarn run dev
- Open your browser and navigate to
http://localhost:5173
- User authentication and authorization
- Dashboard for managing projects and users
- Real-time updates using websockets
- Responsive design for mobile and desktop
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.