Those templates dependencies are maintained via pnpm via pnpm up -Lri.
This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.
| Task | Bun Command | Old npm Equivalent |
|---|---|---|
| Install dependencies | bun install |
pnpm install |
| Run dev server | bun run dev |
pnpm run dev |
| Build for production | bun run build |
pnpm run build |
| Lint code | bun run lint |
pnpm run lint |
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.
Update all outdated packages to their latest versions.
- C - color.
- S - size.
- P - pseudo.
You can deploy the dist folder to any static host provider (netlify, surge, now, etc.)
- Sticky Table of Contents with Scrolling Active States
- CSS Color Guide Convertor
- Browse UX apps
- Storybook Colors
Waffle uses mongo database atlas