Skip to content

Commit 83f699a

Browse files
committed
Added from original
1 parent 85d6ef5 commit 83f699a

86 files changed

Lines changed: 27160 additions & 44449 deletions

Some content is hidden

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

.gitignore

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,52 +5,15 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77

8-
# Runtime data
9-
pids
10-
*.pid
11-
*.seed
12-
*.pid.lock
13-
14-
# Directory for instrumented libs generated by jscoverage/JSCover
15-
lib-cov
16-
17-
# Coverage directory used by tools like istanbul
18-
coverage
19-
20-
# nyc test coverage
21-
.nyc_output
22-
23-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24-
.grunt
25-
26-
# Bower dependency directory (https://bower.io/)
27-
bower_components
28-
29-
# node-waf configuration
30-
.lock-wscript
31-
32-
# Compiled binary addons (http://nodejs.org/api/addons.html)
33-
build/Release
34-
358
# Dependency directories
369
node_modules/
37-
jspm_packages/
38-
39-
# Typescript v1 declaration files
40-
typings/
4110

4211
# Optional npm cache directory
4312
.npm
4413

4514
# Optional eslint cache
4615
.eslintcache
4716

48-
# Optional REPL history
49-
.node_repl_history
50-
51-
# Output of 'npm pack'
52-
*.tgz
53-
5417
# dotenv environment variable files
5518
.env*
5619

@@ -60,10 +23,3 @@ public
6023

6124
# Mac files
6225
.DS_Store
63-
64-
# Yarn
65-
yarn-error.log
66-
.pnp/
67-
.pnp.js
68-
# Yarn Integrity file
69-
.yarn-integrity

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.cache
2+
node_modules/
23
package.json
34
package-lock.json
45
public

.prettierrc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"singleQuote": true,
2+
"arrowParens": "always",
3+
"bracketSpacing": true,
4+
"endOfLine": "lf",
5+
"printWidth": 100,
6+
"quoteProps": "as-needed",
37
"semi": true,
4-
"useTabs": false,
8+
"singleQuote": true,
59
"tabWidth": 2,
6-
"endOfLine": "lf",
7-
"bracketSpacing": true,
810
"trailingComma": "all",
9-
"printWidth": 100,
10-
"arrowParens": "always",
11-
"quoteProps": "as-needed"
11+
"useTabs": false
1212
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The BSD Zero Clause License (0BSD)
22

3-
Copyright (c) 2020 Gatsby Inc.
3+
Copyright (c) 2021 zoomKoding.
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted.

assets/blog.png

781 KB
Loading

assets/sample.png

2.03 MB
Loading
1010 KB
Loading
948 KB
Loading
1.19 MB
Loading
1.22 MB
Loading

0 commit comments

Comments
 (0)