Skip to content

Commit 865d39b

Browse files
authored
Merge pull request #561 from 4site-interactive-studios/fix-starter
Fix starter template to run properly when cloned.
2 parents 11e5b47 + 0c65c9a commit 865d39b

19 files changed

Lines changed: 6468 additions & 2568 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
engrid.code-workspace
3+
.idea/
34
# Logs
45
logs
56
*.log

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Director of Digital Strategy
88
Cell: (315) 877-3420
99
Email: bryan@4sitestudios.com
1010

11+
## Find and Replace Conventions
12+
13+
You will find the following `TBD` placeholders in the codebase that should be replaced with your client's information, they're formatted in all caps to make them easy to find and replace:
14+
15+
- `TBD-ORG-NAME` = Client Organization Name
16+
- `TBD-ORG-DESC` = Client Organization Description
17+
- `TBD-ADDRESS-LINE-1` = Client Street Address
18+
- `TBD-CITY-STATE-ZIP` = Client City, State, Zip
19+
- `TBD-IRS-TAX-ID` = Client IRS Tax EIN/ID Number
20+
- `engrid-TBD` = Replace TBD with your client's acronym or short name (e.g. `engrid-ran`)
1121

1222
## Account Buildout
1323
### Client theme dependent on [4Site's Page Template Framework (ENgrid)](https://github.com/4site-interactive-studios/engrid-scripts)

dist/engrid.css

Lines changed: 208 additions & 71 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)