From 0f049f97a29baeb551dd818550e421140e22c597 Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Sat, 11 Mar 2023 10:12:33 -0600 Subject: [PATCH] Useful readme for devs --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34b8d2c..7f1fcc3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Pronoun Monster -TODO... +## Getting Started + +* [NodeJS](https://nodejs.org/en/) + +```bash +npm i # Installs Dependencies +``` + +### Serving Locally + +```bash +npm start +``` + +[http://localhost:3000/](http://localhost:3000/) + +### Testing + +TODO