You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/README.md
+11-19Lines changed: 11 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,14 @@
1
-
##National Document Repository User Interface
1
+
# National Document Repository User Interface
2
2
3
-
###Intro
3
+
## Intro
4
4
5
5
The National Document Repository user interface (UI) has been developed with React. This is a developer's guide to run the UI and tools locally.
6
6
7
-
## Table Of Contents
7
+
## Requirements
8
8
9
-
1.[Setup](#setup)
10
-
2.[Running Locally](#running-locally)
11
-
3.[Testing](#testing)
12
-
4.[Accessibility](#accessibility)
13
-
5.[Design](#design)
14
-
15
-
### Requirements
16
-
17
-
- Node: Version 24.x
18
-
- NPM: this should come installed with Node but if not version 11.4.1 or greater is recommended.
19
-
- Browser: Of your choice, although Chrome has better development tools.
9
+
- Node: Version 24.x
10
+
- NPM: this should come installed with Node but if not version 11.4.1 or greater is recommended.
11
+
- Browser: Of your choice, although Chrome has better development tools.
20
12
21
13
## Setup
22
14
@@ -46,7 +38,7 @@ Once the packages have been installed, you can then run the app through the foll
46
38
make start
47
39
```
48
40
49
-
Once everything is up and running you should see a prompt in the CLI that the app is running on http://localhost:xxxx, where xxxx is the value of PORT specified in `.env` file. You should now be able to visit the site in a browser of your choice.
41
+
Once everything is up and running you should see a prompt in the CLI that the app is running on <http://localhost:xxxx>, where xxxx is the value of PORT specified in `.env` file. You should now be able to visit the site in a browser of your choice.
50
42
51
43
## Testing
52
44
@@ -82,10 +74,10 @@ This will open a new Chromium window with the options to either run the E2E test
0 commit comments