Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meetalva/alva
- Owner: meetalva
- License: mit
- Archived: true
- Created: 2017-11-15T21:16:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T23:01:00.000Z (over 2 years ago)
- Last Synced: 2024-05-15T18:23:29.689Z (7 months ago)
- Topics: components, design, design-system, react
- Language: TypeScript
- Homepage: https://meetalva.io
- Size: 15.9 MB
- Stars: 3,743
- Watchers: 121
- Forks: 226
- Open Issues: 92
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-framer-x - Alva - Alva is a React based Design Tool (in beta). (Articles / React based design tools, online tools and REPLs)
- awesome-repositories - meetalva/alva - Create living prototypes with code components. (TypeScript)
- awesome-starred - meetalva/alva - Create living prototypes with code components. (react)
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.