This is a simple application I built for a company as a test assignment
You need to configure the following environment variables to run and deploy the application:
NEXT_PUBLIC_BREALLY_API_BASE_URL=https://adchitects-cms.herokuapp.com
NEXT_PUBLIC_BREALLY_API_USERNAME=
NEXT_PUBLIC_BREALLY_API_PASSWORD=You can set these variables in .env.local file.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.
