https://github.com/cakegaly/raqoo
Simple mind map application using React Flow
https://github.com/cakegaly/raqoo
mindmap react reactflow shadcn-ui tailwindcss vite
Last synced: 3 months ago
JSON representation
Simple mind map application using React Flow
- Host: GitHub
- URL: https://github.com/cakegaly/raqoo
- Owner: cakegaly
- Created: 2024-12-07T09:25:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T11:08:39.000Z (over 1 year ago)
- Last Synced: 2025-03-04T15:20:33.804Z (about 1 year ago)
- Topics: mindmap, react, reactflow, shadcn-ui, tailwindcss, vite
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raqoo
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/cakegaly/raqoo.git
```
2. Navigate to the project directory:
```bash
cd raqoo
```
3. Install the dependencies:
```bash
pnpm install
```
4. Start the development server:
```bash
pnpm dev
```