File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,44 @@ Angular Prerender
30
30
Netlify
31
31
```
32
32
33
- See ` package.json ` for commands available to the project.
33
+
34
+ ### Build Instructions
35
+ Requires Node (14) & 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
+
44
+ 2 . Fork the repository.
45
+
46
+ 3 . Clone your fork to your local development environment.
47
+ ```
48
+ git clone [url]
49
+ ```
50
+
51
+ 4 . Change into the Fretonator directory.
52
+ ```
53
+ cd fretonator
54
+ ```
55
+
56
+ 5 . Install the dependencies.
57
+ ```
58
+ npm install
59
+ ```
60
+
61
+ 6 . Run the local development server. This should open automatically in your browser but would be accessible via http://localhost:4200/ .
62
+ ```
63
+ ng serve --open
64
+ ```
65
+
66
+ ---
67
+ ```
68
+ This project was generated using [Nx](https://nx.dev).
69
+ ```
70
+ See ` package.json ` for test and build commands available to the project.
34
71
35
72
### www.fretonator.com
36
73
@@ -141,4 +178,5 @@ Dependencies
141
178
142
179
``` shell script
143
180
jpegoptim -m75 * .jpg --overwrite
181
+
144
182
```
You can’t perform that action at this time.
0 commit comments