# alva
**Repository Path**: trusted-list/alva
## Basic Information
- **Project Name**: alva
- **Description**: Create living prototypes with code components.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://meetalva.io
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-03-18
- **Last Updated**: 2026-04-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Meet Alva
> Create living prototypes with code components
>
> https://meetalva.io
# [Get Started](https://meetalva.io/doc/docs/start) | [Let's chat](https://gitter.im/meetalva/Lobby) | [Website](https://meetalva.io)
Start with a minimal set of components to sketch concepts and iterate fast your team to create and enrich components, refine design and implemenation and compose a working, living prototype.
> ⚠️ This is the contributor documentation of Alva. Please refer to [meetalva.io/doc/docs/guides](https://meetalva.io/doc/docs/start) for user docs.
## Develop Alva
* :turtle: :rocket: Node.js `>=8`
* :evergreen_tree: Git
* :cat2: yarn `>= 1.12`
* :globe_with_meridians: Internet connection
```sh
git clone https://github.com/meetalva/alva.git
cd alva
yarn
yarn tsc -b -w
# In a second terminal window
yarn webpack -w
# In a third terminal window
yarn alva
```
## Package commands
Execute commands in all applicable packages via `yarn lerna run [cmd]`:
| Command | Description |
|---------|-------------|
| test | Run unit tests |
| watch | Rebuild on file changes |
| build | Build once |
## Contribute
Feel free to dive in! Open an [issue](https://github.com/meetalva/alva/issues/new), submit a
[Pull Request](https://github.com/meetalva/alva/compare) or let’s discuss what should be next. ❤️
Alva follows the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).
---
Proudly powered by [SinnerSchrader](https://github.com/sinnerschrader).
Copyright 2017-present. Released under the MIT license.