Apply prettier
This commit is contained in:
parent
155df865b8
commit
61d34186f1
2 changed files with 4 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:_
|
||||
|
|
Loading…
Add table
Reference in a new issue