The personal site for Ryan Renna.
- Vite
- Vanilla HTML, CSS, JavaScript
- Hosted on Netlify
Install dependencies:
npm install
Run development server:
npm run dev
Build for production:
npm run build
The site automatically deploys to Netlify when changes are pushed to the main branch.