From bb711f04d407df021d1ed33e37060dddd0a2eb1e Mon Sep 17 00:00:00 2001 From: Avery Huang <68914997+huang0h@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:01:05 -0500 Subject: [PATCH] add setup instructions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fa1b09c..08515a9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ ✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨ +## Setup + +Clone this repo and run `yarn` at the root to install this project's dependencies. + +You can optionally install `nx` globally with `npm install -g nx` - if you don't, you'll just need to prefix the commands below with `npx` (e.g. `npx nx serve frontend`). + ## Start the app To start the development server run `nx serve frontend`. Open your browser and navigate to http://localhost:4200/. Happy coding!