https://github.com/thanthtooaung-coding/cms-frontend
This is frontend repository for my BSc, Hons Final Project.
https://github.com/thanthtooaung-coding/cms-frontend
pnpm react turborepo typescript
Last synced: 18 days ago
JSON representation
This is frontend repository for my BSc, Hons Final Project.
- Host: GitHub
- URL: https://github.com/thanthtooaung-coding/cms-frontend
- Owner: thanthtooaung-coding
- Created: 2025-07-20T13:59:58.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2025-11-29T18:02:08.000Z (6 months ago)
- Last Synced: 2025-12-01T09:59:57.665Z (6 months ago)
- Topics: pnpm, react, turborepo, typescript
- Language: TypeScript
- Homepage:
- Size: 157 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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
```