SPA built with SvelteKit. Showcases projects, skills, and contact information.
Install Node.js
Clone repository, install dependencies:
git clone https://github.com/RLRama/my-sveltekit-website.git
cd my-sveltekit-website
npm install
Run dev server
npm run dev
or build for production env
npm run build
preview build locally
npm run preview
Deploy and build in your preferred hosting provider. Change adapter in the source code to match your hosting platform.
In development. Future tasks include: