Files
pp-tcms/frontend/README.md
2024-06-23 12:08:55 +09:00

235 B

unittcms Frontend

Install dependencies

npm install

Set Environmental variable

Create .env File

NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:8001

Run the development server

npm run dev