Files
pp-tcms/frontend/README.md
Takeshi Kimata dbd842ee25 Change name
2024-06-09 22:07:26 +09:00

22 lines
235 B
Markdown

# UnitTCMS Frontend
## Install dependencies
```bash
npm install
```
## Set Environmental variable
Create `.env` File
```
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
```
## Run the development server
```bash
npm run dev
```