From 467692f3e6a85cb7b470268b870a806152543ae7 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Wed, 25 May 2022 09:36:18 -0400 Subject: [PATCH] Updated readme for dev --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2b2040c..7c16d5f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ Main branch served at: https://projects.appliedzkp.org/ This is the React re-write of the PSE website, formally just a landing page. +## Get Started with Development + +`npm install` +`npm run start` serves a development server at [http://localhost:8081](http://localhost:8081) + +The components live under `/src/components`. + ## How to contribute ### Add / Change a Project Entry