https://github.com/one-project-one-month/multi-tenants-cms-react
https://github.com/one-project-one-month/multi-tenants-cms-react
react tanstack-react-query turborepo typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/one-project-one-month/multi-tenants-cms-react
- Owner: one-project-one-month
- Created: 2025-07-03T19:51:55.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2025-07-29T06:47:18.000Z (11 months ago)
- Last Synced: 2025-07-29T08:49:36.816Z (11 months ago)
- Topics: react, tanstack-react-query, turborepo, typescript
- Language: TypeScript
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Prerequisitesvite
Make sure you have the following installed:
- [Node.js](https://nodejs.org/en/download/) (version 20 or higher)
- [pnpm](https://pnpm.io/installation) (version 10 or higher)
### Installation
1. Clone the repository:
```bash
git clone
cd
```
2. Install dependencies using `pnpm`:
```bash
pnpm install
```
3. Build
```bash
pnpm build
```
4. Develop
```bash
pnpm dev
```
5. Add new [component](https://ui.shadcn.com/docs/components/tabs) (replace card with button, tabs, you name it)
```bash
pnpm ui card
```