Skip to content

p0lycarpio/svelte-portfolio

Repository files navigation

Arsène Reymond

Netlify Status

Code source of my portfolio developed with Sveltekit and deployed on Netlify cloud service.

Requirements

  • Node.js >= 18
  • Yarn >= 4
  • Netlify

Get started

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.

Building

To build the an optimised version of the app with SSR, run :

yarn build

/build folder will be generated.