File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,33 @@ Angular Prerender
31
31
Netlify
32
32
```
33
33
34
+ ### Build Instructions
35
+ Requires Node & NPM.
36
+
37
+ 1 . Ensure Node Package Manager (NPM) and Angular CLI (NG) are installed.
38
+ ```
39
+ npm -v
40
+ npm install -g @angular/cli
41
+ ng --version
42
+ ```
43
+ 2 . Fork the reposititory.
44
+ 3 . Clone your fork to your local development environment.
45
+ ```
46
+ git clone [url]
47
+ ```
48
+ 4 . Change into the Fretonantor directory.
49
+ ```
50
+ cd fretonator
51
+ ```
52
+ 5 . Install the dependencies.
53
+ ```
54
+ npm install
55
+ ```
56
+ 6 . Run the local development server. This should open automatically in your browser but would be accessible via http://localhost:4200/ .
57
+ ```
58
+ ng serve --open
59
+ ```
60
+
34
61
35
62
```
36
63
This project was generated using [Nx](https://nx.dev).
You can’t perform that action at this time.
0 commit comments