Skip to content

Commit

Permalink
Update Makefile, and README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Aug 30, 2023
1 parent b82ad58 commit 50d82bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
25 changes: 3 additions & 22 deletions Makefile
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>&nbsp;</div>

## Join the Layer5 community!
Expand Down

0 comments on commit 50d82bd

Please sign in to comment.