Files
pp-tcms/frontend/README.md
2024-06-23 12:08:55 +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:8001
```
## Run the development server
```bash
npm run dev
```