init: seeding the project repo
This commit is contained in:
parent
5d56e62051
commit
63a59377b8
9 changed files with 129 additions and 2 deletions
17
README.md
17
README.md
|
|
@ -1,3 +1,16 @@
|
|||
# repo-seed
|
||||
# 🧪 TestDrive UI
|
||||
|
||||
A git repository template to bootstrap coulomb projects from.
|
||||
Baseline scaffold for test-driven browser UI component development with **Lit**, **Mocha**, and **jsdom**.
|
||||
|
||||
### Commands
|
||||
|
||||
| Command | Description |
|
||||
|----------|-------------|
|
||||
| `npm install` | Install dependencies |
|
||||
| `npm test` | Run all Mocha tests headlessly |
|
||||
| `npm run dev` | Start Vite dev server and preview components |
|
||||
|
||||
### Folder layout
|
||||
- `src/components/` — individual components (each with .js, .test.js, .stories.js)
|
||||
- `test/setup.js` — shared JSDOM environment
|
||||
- `vite.config.js` — dev preview config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue