docs: update

This commit is contained in:
Takeshi Kimata
2024-07-29 22:01:06 +09:00
parent 1b61567ae7
commit 0da8e4129e
11 changed files with 110 additions and 73 deletions

View File

@@ -1,21 +0,0 @@
# 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
```