/well

well

Primary LanguageSvelte

well

well

Requirements:

  • Node.js version 17.4.0 or later
  • pnpm version 6.11.0 or later
  • Enabled corepack

Cloning and running:

git clone https://github.com/asdffdsdaf/well
cd well
pnpm i
pnpm dev

Shortcuts

pnpm dev
pnpm build
pnpm preview

Troubleshooting:

  • After enabling pnpm (corepack) on Windows, make sure to disable .ps1 restrictions if haven't already.
    • Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser