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