Skip to content

sean-krail/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One time setup

Install pnpm using corepack:

corepack enable pnpm

Install dependencies

pnpm install

Development cycle

--host is optional, but allows you to view the build over your LAN (e.g. to test desktop and mobile).

pnpm run dev --host

(Optional) Preview production build

pnpm run build --mode development
# or
pnpm run build
# then
pnpm run preview --host

Updating packages

pnpm update --interactive
# or
pnpm update --interactive --latest

About

My website

Resources

License

Stars

Watchers

Forks

Contributors