- node version 18+ , 20+
In the project root path run the following command to install dependencies.
npm install
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>
Use the following command in RTE app base directory path
arpm dev-server
Use the following command In the project root path.
npm run dev