SkillAgentSearch skills...

Vitamin

Opinionated Vite starter template.

Install / Use

/learn @wtchnm/Vitamin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Vitamin 2.0

Test workflow License

Opinionated Vite starter template. Previous version available on v1 branch.

Features

Getting started

Use this repository as a GitHub template or use degit to clone to your machine with an empty git history:

npx degit wtchnm/Vitamin#main my-app

Then, install the dependencies:

pnpm install

Scripts

  • pnpm dev - start a development server with hot reload.
  • pnpm build - build for production. The generated files will be on the dist folder.
  • pnpm preview - locally preview the production build.
  • pnpm test - run unit and integration tests related to changed files based on git.
  • pnpm test:ci - run all unit and integration tests in CI mode.
  • pnpm test:e2e - run all e2e tests with Playwright.
  • pnpm test:e2e:ci - run all e2e tests headlessly.
  • pnpm format - format all files with Biome Formatter.
  • pnpm lint - runs TypeScript and Biome.
  • pnpm validate - runs lint, test:ci and test:e2e:ci.

Related Skills

View on GitHub
GitHub Stars622
CategoryDevelopment
Updated18h ago
Forks54

Languages

TypeScript

Security Score

100/100

Audited on Apr 4, 2026

No findings