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 install
This should also run yarn install for the
backend
andfrontend
folder.
To start the development server, run the following command:
$ yarn dev