docs: update README.md

This commit is contained in:
Takeshi Kimata
2024-06-23 12:08:55 +09:00
parent faf5790a01
commit 906e672da7
6 changed files with 13 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# UnitTCMS Frontend
# unittcms Frontend
## Install dependencies
@@ -11,7 +11,7 @@ npm install
Create `.env` File
```
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:8001
```
## Run the development server