Skip to content

Sharparam/shelt

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 -- --open

Building

To create a production version of Shelt:

yarn build

You can preview the production build with yarn preview.