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

https://github.com/geojimas/portfoliony

My New Portfolio
https://github.com/geojimas/portfoliony

css eslint html javascript netlify prettier react swiper tailwindcss

Last synced: 3 months ago
JSON representation

My New Portfolio

Awesome Lists containing this project

README

          

# My New Personal Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/05fb4d30-9b74-4c82-b9b8-8f12b248dae5/deploy-status)](https://app.netlify.com/sites/jimgeon/deploys)
## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```