Skip to content

Commit 0201178

Browse files
committed
Cleanup and restore new age license info
1 parent 64671fe commit 0201178

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1080
-18993
lines changed

Diff for: .editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
tab_width = 2
8+
end_of_line = lf
9+
charset = utf-8
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true

Diff for: README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ Run the following to install dependencies:
2626

2727
To view the local website:
2828

29-
`gulp serve`
29+
`npm run serve`
3030

31-
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run `gulp serve`
32-
33-
### Developer FAQ
34-
35-
###### Vulnerability Patching / Updating Packages
36-
37-
`npm update --save` will update node packages and save to package.json
38-
39-
`gem update --save` will update ruby gems
31+
You can now make changes and they should automatically display on the running website (http://localhost:3000), if not, Ctrl/Cmd+C and re-run `npm run serve`

0 commit comments

Comments
 (0)