From abb572de333d82ca0b82aadef3e83e7ce87d4f08 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 2 Dec 2021 15:44:08 -0600 Subject: [PATCH] Add web/ getting started instructions --- web/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index e38d53be..4831265e 100644 --- a/web/README.md +++ b/web/README.md @@ -1 +1,7 @@ -Mantic Markets web \ No newline at end of file +# Mantic Markets web + +### Getting Started + +1. Run `npm install` +2. Run `npm run dev` +3. Your site will be available on http://localhost:3000