Code source of my portfolio developed with Sveltekit and deployed on Netlify cloud service.
- Node.js >= 18
- Yarn >= 4
- Netlify
Install dependencies...
yarn
...then start Vite.js dev server with :
yarn dev
Navigate to localhost:5000.
Optionnal : install the official extension Svelte for VS Code.
To build the an optimised version of the app with SSR, run :
yarn build
/build
folder will be generated.