Files
pp-tcms/frontend/README.md
Takeshi Kimata 755379ae0f Change name
2024-06-02 14:35:34 +09:00

235 B

LandTCMS Frontend

Install dependencies

npm install

Set Environmental variable

Create .env File

NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001

Run the development server

npm run dev