This is my personal website repository. The frontend is build with Next.js and the backend is build with Strapi. The repository is based on Strapi starter blog next.
To install the backend and the frontend, run the following commands:
$ yarn installThis should also run yarn install for the
backendandfrontendfolder.
To start the development server, run the following command:
$ yarn dev