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

@ -22,6 +22,7 @@ I implemented Tailwind mostly because I wanted to learn how to use Tailwind CSS,
_To Run Locally:_ _To Run Locally:_
Clone the repository and perform the following command line actions: Clone the repository and perform the following command line actions:
```bash ```bash
$ cd wordle $ cd wordle
$ npm install $ npm install
@ -29,10 +30,12 @@ $ npm run start
``` ```
_To build/run docker container:_ _To build/run docker container:_
```bash ```bash
$ docker build -t notwordle . $ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle $ docker run -d -p 3000:3000 notwordle
``` ```
open http://localhost:3000 in browser. open http://localhost:3000 in browser.
_To create a version in a different language:_ _To create a version in a different language:_