Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 285 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 285 Bytes

Personal Website

LoeraFlores.com

Built with:

  • SvelteKit
  • Tailwind CSS
  • Vercel
  • GitHub Actions

Set up

  1. Clone the repository
  2. Install dependencies
  3. Run the development server
git clone
cd loeraflores.com
npm install
npm run dev