Crystal Chavez

⚡️SvelteKit-Portfolio⚡️

A personal portfolio website made using @sveltejs/kit.

homepagescreenshot

To view a demo example, click here

Features

Guide

In src\lib\NavRoutes.js you need to add in the routes an object with the following info for every route you want to add.

{
	href: '/globe', // route path
	label: 'Globe', // name showed in the navbar
	customColor: '#89a6fb' // OPTIONAL: a color that will be set when you switch route (for that specific route)
}

Dependencies

Steps ▶️

# Clone this repository
$ git clone https://github.com/Ladvace/SvelteKit-Portfolio
# Go into the repository
$ cd SvelteKit-Portfolio
# Install dependencies
$ npm install
# Start the project in development
$ npm run dev

Deploy on Netlify 🚀

Deploying your website on Netlify it’s optional but I reccomand it in order to deploy it faster and easly.

You just need to fork this repo and linking it to your Netlify account.

Authors ❤️