https://github.com/pradel/stacksindex
https://github.com/pradel/stacksindex
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pradel/stacksindex
- Owner: pradel
- License: mit
- Created: 2026-03-31T16:18:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T18:31:13.000Z (3 months ago)
- Last Synced: 2026-03-31T18:42:51.418Z (3 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# stacksindex
## Development
- Check everything is ready:
```bash
vp run ready
```
- Run the tests:
```bash
vp run -r test
```
- Build the monorepo:
```bash
vp run -r build
```
- Run the development server:
```bash
vp run dev
```