Skip to content

Commit

Permalink
add setup instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
huang0h authored Jan 8, 2025
1 parent 3d34a5b commit bb711f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit bb711f0

Please sign in to comment.