Svelte Web App for displaying my resume, works and experiments.
Once dependencies are installed with yarn (or pnpm install or npm install), start a development server:
yarn start
# or start the server and open the app in a new browser tab
yarn start -- --open
To create a production version of your app:
yarn build
You can preview the production build with yarn preview.
To deploy your app, you may need to install an adapter for your target environment.