Shelt
A version of Sharparam's homepage using SvelteKit.
Developing
Shelt uses yarn as package manager (but not in PnP/Zero-Install mode).
Once you've cloned Shelt and installed dependencies with yarn, start a development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --openBuilding
To create a production version of Shelt:
yarn buildYou can preview the production build with yarn preview.