|
@@ -6,7 +6,9 @@ Demo Site: [Financial Information System](https://fist.swopt.com/next)
|
|
|
## Getting Started
|
|
## Getting Started
|
|
|
After cloning this project, checkout your project to the `dev` branch by running `git checkout origin/dev`.
|
|
After cloning this project, checkout your project to the `dev` branch by running `git checkout origin/dev`.
|
|
|
|
|
|
|
|
-Initialize project by running `./init-project`. This will automatically install all required dependencies.
|
|
|
|
|
|
|
+Initialize project by running `./init-project`. This will automatically install all required dependencies.
|
|
|
|
|
+
|
|
|
|
|
+It is recommended to run the `./clean-project` script whenever a new library is added.
|
|
|
|
|
|
|
|
If you encounter the following error while trying to run `ng serve`,
|
|
If you encounter the following error while trying to run `ng serve`,
|
|
|
please run `./clean-project`.
|
|
please run `./clean-project`.
|