Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanmaxlogiudice/portfolio
My Portfolio, built with Nuxt 3 & UnoCSS
https://github.com/ivanmaxlogiudice/portfolio
Last synced: 23 days ago
JSON representation
My Portfolio, built with Nuxt 3 & UnoCSS
- Host: GitHub
- URL: https://github.com/ivanmaxlogiudice/portfolio
- Owner: ivanmaxlogiudice
- License: mit
- Created: 2023-11-05T23:04:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T23:37:26.000Z (6 months ago)
- Last Synced: 2024-05-21T01:17:03.628Z (6 months ago)
- Language: Vue
- Homepage: https://ivanlogiudice.com
- Size: 560 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi there, I'm Iván M. Lo Giudice, a passionate self-taught Full-Stack developer. This is my personal website reporsitory. The website is built with Nuxt.js and UnoCSS and hosted on Vercel.
Take a look 👉 [portfolio](https://ivanlogiudice.com)
## Usage
### 1. Install dependencies
```bash
pnpm install
```### 2. Setup enviroment variables
You need to create a copy of `.env.example` and rename it to `.env`. Update the variables with your data...
## Development
Start the development server on `http://localhost:3000`
```bash
pnpm dev
```## License
[MIT](./LICENSE) License © 2023-PRESENT [Iván Máximiliano, Lo Giudice](https://github.com/ivanmaxlogiudice)