Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🏡
- Host: GitHub
- URL: https://github.com/barbapapazes/esteban-soubiran.site
- Owner: Barbapapazes
- License: mit
- Created: 2021-01-05T14:42:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T15:44:14.000Z (25 days ago)
- Last Synced: 2024-12-20T11:12:58.462Z (21 days ago)
- Language: Vue
- Homepage: https://esteban-soubiran.site
- Size: 23.2 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)