Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meetalva/alva

Create living prototypes with code components.
https://github.com/meetalva/alva

components design design-system react

Last synced: about 1 month ago
JSON representation

Create living prototypes with code components.

Awesome Lists containing this project

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.