@sveltejs/kit.
To view a demo example, click here
DEV.TO API. (Medium WIP)src\lib\NavRoutes.js and create a new file in the routes folder with the same name as the route eg: about.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)
}
# 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
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.