Welcome to FoodAdvisor, the official Strapi demo application.
You can get started with this project locally on your machine by following the instructions below or you can request a private instance on our website.
Be sure to have the correct env variables:
- Next.js (already in
.env.development
):NEXT_PUBLIC_API_URL=<url-of-strapi>
PREVIEW_SECRET=<the-same-random-token-as-for-strapi>
- Run the following command in your
./foodadvisor/client
folder
yarn && yarn dev
This will install the dependencies, and run your server. You can run these commands separately.