My personal website and portfolio. Built using Svelte, SvelteKit and Tailwind CSS, deployed on Vercel.
-
Install the correct version of Node using NVM
nvm install
-
Clone this repo
git clone https://github.com/jnsltk/janoslitkei.com
-
Install dependencies
npm i
-
Run development server
npm run dev
To expose the site on your local network run
npm run dev -- --host