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: dev-doc.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@ The web app uses
5
5
-[VueJs](https://vuejs.org/) - For templating and reactive updates in the DOM
6
6
-[Firebase Hosting](https://firebase.google.com/docs/hosting/) - For hosting the static web app
7
7
- CLI Tools
8
-
-[pug](https://github.com/pugjs/pug-cli) - To convert pug templates to html and merge partials into single [`index.html`](public/index.html) file.
8
+
-[pug](https://github.com/Anduh/pug-cli) - To convert pug templates to html and merge partials into single [`index.html`](public/index.html) file.
9
9
-[sass](https://sass-lang.com/documentation/cli) - To convert sass templates to css and merge partials into single [`style.css`](public/css/style.css) file.
10
10
-[js-yaml](https://github.com/nodeca/js-yaml#cli-executable) - To convert yaml templates to json and generate the [`thirdpartyservices.js`](public/js/thirdpartyservices.js) file.
11
11
-[firebase-tools](https://github.com/firebase/firebase-tools) - To interact with Firebase as a service from command line.
0 commit comments