Skip to content

Commit a277ea6

Browse files
author
Saul Hudson
committed
Add build instructions
1 parent 0b7e687 commit a277ea6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,33 @@ Angular Prerender
3131
Netlify
3232
```
3333

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+
3461

3562
```
3663
This project was generated using [Nx](https://nx.dev).

0 commit comments

Comments
 (0)