Fix(docs) : add bash style syntax highlighting
This commit is contained in:
parent
b851abf35c
commit
d4013a0b36
1 changed files with 5 additions and 3 deletions
|
@ -22,9 +22,11 @@ I implemented Tailwind mostly because I wanted to learn how to use Tailwind CSS,
|
|||
|
||||
_To Run Locally:_
|
||||
Clone the repository and perform the following command line actions:
|
||||
|
||||
- npm init
|
||||
- npm run start
|
||||
```bash
|
||||
$ cd wordle
|
||||
$ npm init
|
||||
$ npm run start
|
||||
```
|
||||
|
||||
### I'm looking for a junior developer role
|
||||
Please feel free to contact me on [linkedin](https://www.linkedin.com/in/hannahpark1000/) and learn more about me [here](https://www.hannahmariepark.com/)
|
||||
|
|
Loading…
Add table
Reference in a new issue