-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(starter showcase): gh data sourcing and screenshot generation (#…
…8320) * (#7730): add starters.yml * (#7730): Re-form and move github metadata sourcing, add dotenv * (#7730): Change data in view to draw appropriately from starter yml * (#7730): create starter pages referencing yaml * (#7730): Convert starter data in view from markdown to yml * (#7730): Rm references to old starter data * (#7730): Delete old static starter showcase data * (#7730): Update broken starter demo link * (#7730): Remove hanging references to deleted data * (#7730): Prioritize stars for v1 * (#7730): Manage DX if gh token not supplied for starter data sourcing; break on build * (#7730): Change how owner and repo are parsed from GitHub url; Rm UI messaging if gh data empty * (#7730): Code formatting tweak * (#7730): Rename files away from showcase wording * (#7730): Minor consistency issue with merged updates * (#7730): Re-delete generated starter data readded by merged prettier run * (#7730): remove archived project with broken demo * [www] change github env token name * [www] fix merge weirdness between old pr and fks reorg closes #7730
- Loading branch information
1 parent
5ad1bb5
commit 1ae7568
Showing
198 changed files
with
1,226 additions
and
12,041 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,6 @@ node_modules | |
/yarn.lock | ||
src/cache | ||
/package-lock.json | ||
|
||
# Env variables | ||
.env.development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"bluebird": "^3.5.1", | ||
"dotenv": "^6.0.0", | ||
"email-validator": "^1.1.1", | ||
"fuse.js": "^3.2.0", | ||
"gatsby": "^2.0.11", | ||
|
@@ -53,6 +54,7 @@ | |
"mitt": "^1.1.3", | ||
"mousetrap": "^1.6.1", | ||
"parse-filepath": "^1.0.2", | ||
"parse-github-url": "^1.0.2", | ||
"prismjs": "^1.14.0", | ||
"qs": "^6.5.2", | ||
"query-string": "^6.1.0", | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.