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
- Host: GitHub
- URL: https://github.com/luisospina/luis-ospina-website
- Owner: LuisOspina
- Created: 2025-03-31T21:51:27.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-04-02T03:49:43.000Z (about 1 year ago)
- Last Synced: 2025-04-02T04:20:36.712Z (about 1 year ago)
- Topics: javascipt, svelte, sveltekit, typescript, vercel
- Language: Svelte
- Homepage: https://luisospina.com
- Size: 9.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.