Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodnf authored Dec 4, 2020
1 parent a96f594 commit 675f079
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ If you want to access the list of color palettes, please access the following li

https://color-palettes-nine.vercel.app

To add a new color palette, change the following file:

https://github.com/thiagodnf/color-palettes/blob/master/data/palettes.json

## For Developers

To install the this project in your machine, please install all dependencies by using the following command:
Expand All @@ -22,13 +26,13 @@ To install the this project in your machine, please install all dependencies by
npm install
```

To run it, please run the following command:
To run this project, run the following command:

```sh
npm run dev
```

If you want to commit some changes, please run the following command:
If you want to commit some changes, run the following command:

```sh
npm run eslint-fix
Expand Down

1 comment on commit 675f079

@vercel
Copy link

@vercel vercel bot commented on 675f079 Dec 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.