From 61d34186f196cf626318c0f59a9d37e83b8f30b5 Mon Sep 17 00:00:00 2001 From: gbear605 Date: Sat, 29 Jan 2022 14:34:34 -0500 Subject: [PATCH] Apply prettier --- .vscode/settings.json | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d1b4edb..1b6457c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode" -} \ No newline at end of file +} diff --git a/README.md b/README.md index 568785b..96df800 100644 --- a/README.md +++ b/README.md @@ -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:_