From the blogpost
The purpose of this repository is to provide the frontend code for creating a portfolio using NextJS and Strapi. The repository assumes that the user has already set up their own backend using Strapi, as mentioned in the accompanying blog post. By using NextJS for the frontend and Strapi for the backend, users can easily create and manage their portfolio website.
Clone the repository to your local machine by running the following command in your terminal:
git clone [repository URL]
Navigate to the root directory of the project:
cd project-folder
Install the required dependencies by running:
npm install
Start the NextJS development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to view the portfolio website.
Set up a Strapi backend by following the instructions provided in the accompanying blog post.
This repository provides the frontend code for creating a portfolio website using NextJS and Strapi. It assumes that the user has already set up their own Strapi backend, as detailed in the accompanying blog post. The code examples and instructions in the repository enable users to easily integrate NextJS and Strapi, creating a functional and customizable portfolio website.