A template monorepo for SvelteKit applications using pnpm.
Directories | Description |
---|---|
apps/ |
The main applications |
packages/ |
Shared packages used by the applications |
This project uses pnpm as the package manager. Make sure you have it installed globally:
npm install -g pnpm
pnpm install
pnpm dev
pnpm build
pnpm build
– Build all apps and packagespnpm check
- Check all packages for type issuespnpm dev
– Start development servers for the websitepnpm format
- Format all packages and appspnpm lint
- Lint all packages and appspnpm test:unit
– Run unit testsCopy .env.example
to .env.development
or .env.production
and fill in required values.
git checkout -b feature/fooBar
)git push origin feature/fooBar
)