Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/barbapapazes/esteban-soubiran.site

My little home on the internet 🏡
https://github.com/barbapapazes/esteban-soubiran.site

Last synced: 20 days ago
JSON representation

My little home on the internet 🏡

Awesome Lists containing this project

README

        

# esteban-soubiran.site

My little home on the internet 🏡.

## Tech Stack

**Client:** Nuxt3, TailwindCSS

**Server:** Netlify

## Run Locally

Clone the project

```bash
git clone https://github.com/Barbapapazes/esteban-soubiran.site
```

Go to the project directory

```bash
cd esteban-soubiran.ste
```

Install dependencies

```bash
pnpm install --frozen-lockfile
```

Start the server

```bash
pnpm run dev
```

## Deployment

First, you need to generate this project.

```bash
pnpm run generate
```

Then, you can preview the result.

```bash
pnpm run preview
```

## Authors

- [@Barbapapazes](https://www.github.com/Barbapapazes)