Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Feb 10, 2023
1 parent e93cbe8 commit 482a2d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The appli

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Install

To install the application without changing the `yarn.lock` file run:
```bash
yarn install --frozen-lockfile
```

## Development version of Phoenix

In order to have access to the latest development version of phoenix link two
sub projects:
```
phoenix-event-display phoenix-ui-components
```

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
Expand Down

0 comments on commit 482a2d3

Please sign in to comment.