https://github.com/logigator/logigator-shared-comps
Moved to https://github.com/logigator/logigator
https://github.com/logigator/logigator-shared-comps
Last synced: 2 months ago
JSON representation
Moved to https://github.com/logigator/logigator
- Host: GitHub
- URL: https://github.com/logigator/logigator-shared-comps
- Owner: logigator
- License: mit
- Created: 2019-12-05T13:24:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:30:49.000Z (over 3 years ago)
- Last Synced: 2025-10-24T23:21:59.699Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.59 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Moved
This package is no longer used, it's contents were moved to https://github.com/logigator/logigator
## LogigatorSharedComps
[](https://travis-ci.org/logigator/logigator-shared-comps)
Component Library used in [LogigatorHome](https://github.com/logigator/logigator-home) and [LogigatorEditor](https://github.com/logigator/logigator-editor).
In this Libary are all components and styles needed by both projects.
To build the library run `npm run build`;
To serve The library run `npm start`. You can then use the local version of the library in project to take advantage of live-reloading.
In order to do so install the library with `npm i file:../logigator-shared-comps/dist/logigator-shared-comps`.
## Publishing
The Package is automatically published, when code is pushed to the master branch. Before you push code to master, please ensure that the version in `projects/logigator-shared-comps/package.json` is higher than the currently published version.
## License
This Project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details