This is a solution to the blog preview card challenge on Frontend Mentor.
First clone the repository from GitHub:
git clone https://github.com/toastycoder0/blog-preview-card-project.git
Move to the project folder:
cd blog-preview-card-project
Install the dependencies with the following command:
npm i
Start the development environment with the following command
npm run dev