Apply prettier

This commit is contained in:
gbear605 2022-01-29 14:34:34 -05:00
parent 155df865b8
commit 61d34186f1
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

View file

@ -22,6 +22,7 @@ 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:
```bash
$ cd wordle
$ npm install
@ -29,10 +30,12 @@ $ npm run start
```
_To build/run docker container:_
```bash
$ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle
```
open http://localhost:3000 in browser.
_To create a version in a different language:_