-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (24 loc) · 873 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## Introduction
AngularJS app, nodejs on the back end
--> Github Pages (gh-pages) - push to gh-pages, it pushes to the website
--> Google Spreadsheets (Sheets API)
Database:
--> Google Drive -> Design Studio -> Database
https://drive.google.com/drive/u/0/folders/0B05JMUbC2KVqYVBrdWRQMDk2MFU?resourcekey=0-SWUF3FP9VYFCKkmHBJKqVg
## Installation
Start the App:
Run:
`npm start`
Install Dependencies
`npm install`
Install brew:
https://brew.sh/
Install NPM:
brew install npm
Install node
npm install node
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
## Adding a new page
1. Create the database spreadsheet in database google drive folder
2. `home/subpageDetailsProvider.js` --> Add a subpage object, specify subpage url, title, spreadsheetId, etc
3. Add to nav in `home/navigation.view.html`. Add to existing dropdown or create dropdown.