- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
- ✏️ Personalization
- 🚀 Deploy
- 📄 License
- Next JS
- Tailwind CSS
- ✅ Responsive Design: Ensures optimal display and functionality across all devices.
- ✅ Blog
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/pietropeerani/simplefolio.git simplefolio
cd simplefolioInstallation
Install the project dependencies using npm:
npm iRunning the Project
npm run dev
npm run dev -- -H 0.0.0.0 -p 3000 # host development server on local networkOpen http://localhost:3000 in your browser to view the project.
Set Up Enviroment Variables
Go to @/next.config.mjs to modify the general info:
"env": {
"name": "John",
"lastName": "Brown"
}Add Works
- Go to
@/src/app/(pages)/work/articles/folder. - Create a new file with the url name of the page (so without spaces) and a folder in the
@/public/workdirectory with the same name. - Add metadata:
---
title: Title
subtitle: Subtitle
image: image.jpg # cover image
imagePosition: "cover" # you can also define the contain position
date: 01-01-2024
textColor: "#fff"
bgColor: "#ff00000d"
render: true
---This project is licensed under the MIT License - see the LICENSE file for details.

