This is a Next.js project bootstrapped with create-next-app.
Follow these steps to run the project locally:
npm installCreate a .env file in the root of the frontend (FE) folder with the following content:
NEXT_PUBLIC_TOKEN="app_token"
NEXT_PUBLIC_API_URL="http://localhost:5001/api"
NEXT_PUBLIC_TINYMCE_API_KEY="15t4k1wg1iqk9lgyj4v0uaj94g9zwx3fxau7hj15km2vvcja"npm run buildnpm run start