-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Update docs (testing a minor release)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Homeday/homeday-blocks) | ||
|
||
# Homeday Blocks | ||
A library of Vue components used across Homeday projects - [here](https://blocks.homeday.dev) | ||
A library of Vue components and tokens used across Homeday projects - [here](https://blocks.homeday.dev) | ||
|
||
## Local setup | ||
|
||
Fork the main repository, clone it to your local machine and add main repo as upstream. | ||
Fork the main repository, clone your fork to your local machine and add the main repo as upstream. | ||
|
||
``` | ||
$ git clone [email protected]:YOUR_USERNAME/homeday-blocks.git | ||
|