From 482a2d3a0afc5011027d9bd1b15816372bd3ec8b Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Fri, 10 Feb 2023 13:16:27 +0100 Subject: [PATCH] Updating README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 42f5c9e..060e733 100644 --- a/README.md +++ b/README.md @@ -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.