Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

50 lines (24 loc) · 580 Bytes

graph-designer

Prepare

  • node version 18+ , 20+

Install

In the project root path run the following command to install dependencies.

npm install 

Config

Change the file name .env.example to .env and fill in the following parameters correctly

NEXT_PUBLIC_BASE_URL=<YOUR_BASE_URL>
NEXT_PUBLIC_SERVER_PORT=<YOUR_SERVER_PORT>

Run arpm server

Use the following command in RTE app base directory path

arpm dev-server

Run graph designer

Use the following command In the project root path.

npm run dev