This is a Next.js project bootstrapped with create-next-app
.
The site is built with a NextJS frontend and a Backend CMS built on Elixir/Phoenix.
The frontend is pre-rendered and served statically, with dynamic content fetched
from the backend CMS via API calls. (The revalidateInterval
can be set in lib/config.ts
.)
There is an API_KEY
environment variable required to access the backend CMS. See the backend repo for more details.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.