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

https://github.com/luisospina/luis-ospina-website

Luis Ospina's personal website
https://github.com/luisospina/luis-ospina-website

javascipt svelte sveltekit typescript vercel

Last synced: about 2 months ago
JSON representation

Luis Ospina's personal website

Awesome Lists containing this project

README

          

# Luis Ospina's Personal Website

Personal website and portfolio built with SvelteKit.

## Setup

1. Clone the repository:
```bash
git clone https://github.com/yourusername/LuisOspinaApp.git
cd LuisOspinaApp
```

2. Install dependencies:
```bash
npm install
```

3. Set up environment variables:
- Copy `.env.example` to `.env`
- Fill in your Cloudinary credentials:
- `VITE_CLOUDINARY_CLOUD_NAME`: Your Cloudinary cloud name
- `CLOUDINARY_API_KEY`: Your Cloudinary API key
- `CLOUDINARY_API_SECRET`: Your Cloudinary API secret
- `CLOUDINARY_UPLOAD_PRESET`: Your Cloudinary upload preset

4. Start the development server:
```bash
npm run dev
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.