Skip to content

Commit 4abcd86

Browse files
authored
Merge pull request #63 from saulhudson/master
Add build instructions
2 parents 7775cb6 + 0d38ad1 commit 4abcd86

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,44 @@ Angular Prerender
3030
Netlify
3131
```
3232

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.
3471

3572
### www.fretonator.com
3673

@@ -141,4 +178,5 @@ Dependencies
141178

142179
```shell script
143180
jpegoptim -m75 *.jpg --overwrite
181+
144182
```

0 commit comments

Comments
 (0)