-
Set your CMS:
Clone and run the CMS repo, or Add a
.env.local
file at the root of the project and include the following:NEXT_PUBLIC_STRAPI_API_URL=https://benefits-finder-cms-api-dev.dev.dts-stn.com
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!