Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).