Skip to content

Commit 9dab93f

Browse files
authored
Update docs to resolve #35
1 parent 2f77599 commit 9dab93f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@ Will render
7373
| ansi-bright-cyan-fg |
7474
| ansi-bright-white-fg |
7575

76+
## Development
77+
78+
To develop on this project, fork and clone this repository on your local machine. Before making modifications, install the project's dependencies.
79+
80+
```
81+
$ npm install
82+
```
83+
84+
To run the test suite for this project, run:
85+
86+
```
87+
$ npm test
88+
```
89+
7690
## Documentation
7791

7892
We're working on adding more documentation for this component. Stay tuned by watching this repository!

0 commit comments

Comments
 (0)