Personal website and portfolio built with SvelteKit.
Clone the repository:
git clone https://github.com/yourusername/LuisOspinaApp.git
cd LuisOspinaApp
Install dependencies:
npm install
Set up environment variables:
.env.example
to .env
VITE_CLOUDINARY_CLOUD_NAME
: Your Cloudinary cloud nameCLOUDINARY_API_KEY
: Your Cloudinary API keyCLOUDINARY_API_SECRET
: Your Cloudinary API secretCLOUDINARY_UPLOAD_PRESET
: Your Cloudinary upload presetStart the development server:
npm run dev
This project is licensed under the MIT License - see the LICENSE file for details.