Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 9b8c33b

Browse files
committed
merge website code
1 parent 6368e04 commit 9b8c33b

File tree

153 files changed

+20076
-0
lines changed

Some content is hidden

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

153 files changed

+20076
-0
lines changed

.babelrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"env": {
3+
"development": {
4+
"presets": [ "es2015", "stage-0" ]
5+
},
6+
"production": {
7+
"presets": [ "es2015", "stage-0" ]
8+
}
9+
}
10+
}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
node_modules
3+
npm-debug.log
4+
content.md
5+
dist

0 commit comments

Comments
 (0)