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
{{ message }}
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,12 @@ The project contains the files `.htmlhintrc`, `.csslintrc` and `.jshintrc` with
63
63
64
64
To install the testing utilities locally, simply install [Node.js](https://nodejs.org/en/) and then use npm (bundled with Node.js) to install the utilities:
65
65
66
-
```Bash
66
+
```
67
+
67
68
npm install --global htmlhint csslint jshint
68
69
70
+
```
71
+
69
72
### HTML validation
70
73
71
74
Run the HTML validator with:
@@ -134,7 +137,7 @@ To set up a test database and add yourself as administrator:
134
137
1. create a Firebase account and project
135
138
1. replace the config details in `scripts\database\config.js` with the config details shown in the Firebase console
136
139
1. copy the contents of `scripts\database\firebase-rules.json` into the database rules section of the console
137
-
- (Re-do this every time you pull new changes into your fork that change the rules file)
140
+
- (Re-do this every time you pull new changes into your fork that change the rules file)
138
141
1. under the authentication section of the console, enable GitHub authentication (follow the instructions there)
139
142
1. (optionally add your github.io subdomain or other domains where you can access your site as an authorised OAuth redirect domain)
140
143
1. serve your files
@@ -149,7 +152,7 @@ To set up a test database and add yourself as administrator:
149
152
1. go back to your 1pr page and refresh.
150
153
1. click the newly-visible Manage Web App link
151
154
1. Click run migrations to apply all database changes to your Firebase database
152
-
- (Re-run this every time you pull new changes into your fork that change the database)
155
+
- (Re-run this every time you pull new changes into your fork that change the database)
0 commit comments