generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Antonette Caldwell <[email protected]>
- Loading branch information
1 parent
b82ad58
commit 50d82bd
Showing
2 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
check: | ||
golangci-lint run | ||
|
||
check-clean-cache: | ||
golangci-lint cache clean | ||
|
||
protoc-setup: | ||
wget -P meshes https://raw.githubusercontent.com/layer5io/meshery/master/meshes/meshops.proto | ||
|
||
proto: | ||
protoc -I meshes/ meshes/meshops.proto --go_out=plugins=grpc:./meshes/ | ||
|
||
|
||
|
||
|
||
|
||
site: | ||
$(jekyll) serve --drafts --livereload | ||
|
||
build: | ||
$(jekyll) build --drafts | ||
yarn run build-all | ||
|
||
docker: | ||
docker run --name site -d --rm -p 4000:4000 -v `pwd`:"/srv/jekyll" jekyll/jekyll:4.0.0 bash -c "bundle install; jekyll serve --drafts --livereload" | ||
format: | ||
yarn run format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,21 @@ The Sistent Design System from Layer5 provides the open source building blocks t | |
### Packages | ||
|
||
- Design System components in React.js | ||
- npm package: `@layer5/sistent-components` | ||
- npm package: | ||
|
||
`@layer5/sistent-components` | ||
`@layer5/sistent-svg` | ||
|
||
### Brand | ||
|
||
- Layer5 Brand Guide ([PDF](https://layer5.io/brand/brand-guide.pdf)) | ||
- [Layer5 Logos](https://layer5.io/company/brand) (more assets available in shared Community drive). | ||
|
||
### How to get started | ||
|
||
1. Install `[email protected]` | ||
2. Use `yarn` to install dependencies | ||
|
||
<div> </div> | ||
|
||
## Join the Layer5 community! | ||
|