Complete State Hub bootstrap (JSUI-WP-0001); add JSUI-WP-0002
This commit is contained in:
parent
85b2dfe318
commit
f9121b3c23
4 changed files with 48 additions and 17 deletions
|
|
@ -1,19 +1,19 @@
|
|||
## Stack
|
||||
|
||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
||||
- **Language:**
|
||||
- **Key deps:**
|
||||
- **Language:** JavaScript (ESM) + optional Python adapter
|
||||
- **Key deps:** Rollup, Jest, marked (peer); see `package.json`, `pyproject.toml`
|
||||
|
||||
## Dev Commands
|
||||
|
||||
```bash
|
||||
# TODO: Fill in the standard commands for this repo
|
||||
npm install
|
||||
npm run build
|
||||
npm test
|
||||
npm run test:coverage
|
||||
npm run lint
|
||||
make test # JS + Python bridge tests
|
||||
make build
|
||||
|
||||
# Install dependencies
|
||||
|
||||
# Run tests
|
||||
|
||||
# Lint / type check
|
||||
|
||||
# Build / package (if applicable)
|
||||
# After workplan edits
|
||||
statehub fix-consistency
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue