Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuseppetm/pulpfolio
Multi-theme personal portfolio created with React and NextJS, designed with Figma.
https://github.com/giuseppetm/pulpfolio
modern nextjs portfolio portfolio-page portfolio-website react template web-application webapp website
Last synced: 12 days ago
JSON representation
Multi-theme personal portfolio created with React and NextJS, designed with Figma.
- Host: GitHub
- URL: https://github.com/giuseppetm/pulpfolio
- Owner: Giuseppetm
- License: mit
- Created: 2023-12-26T11:29:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T10:26:48.000Z (2 months ago)
- Last Synced: 2024-10-06T16:41:41.625Z (about 1 month ago)
- Topics: modern, nextjs, portfolio, portfolio-page, portfolio-website, react, template, web-application, webapp, website
- Language: JavaScript
- Homepage: https://giuseppedelcampo.netlify.app/
- Size: 5.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulpfolio
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![GitHub issues](https://img.shields.io/github/issues/Giuseppetm/pulpfolio)](https://github.com/Giuseppetm/pulpfolio/issues/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/20b5c1a5-b2f9-478d-81d5-a8c0ad7b9742/deploy-status)](https://app.netlify.com/sites/giuseppedelcampo/deploys)Personal portfolio created with React and NextJS, designed with Figma. đĻ [LIVE PREVIEW](https://giuseppedelcampo.netlify.app/)
![preview](public/images/preview.png)
## đšī¸ How to run the project locally
1. Install dependencies
```sh
npm install
```2. Run the development server:
```sh
npm run dev
```For deploys I am currently using [Netlify](https://app.netlify.com/).