An open API service indexing awesome lists of open source software.

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.

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
```