Skip to content

Commit 85f2b52

Browse files
committed
Merge branch 'release/0.3.0'
2 parents d421682 + 9e7d281 commit 85f2b52

Some content is hidden

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

52 files changed

+4668
-439
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# production
1010
/build
1111
/dist
12+
/docs
1213

1314
# misc
1415
.DS_Store

.npmignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# misc
10+
.DS_Store
11+
.env.local
12+
.env.development.local
13+
.env.test.local
14+
.env.production.local
15+
16+
npm-debug.log*
17+
yarn-debug.log*
18+
yarn-error.log*

README.md

Lines changed: 258 additions & 18 deletions
Large diffs are not rendered by default.

docs/asset-manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"main.css": "static/css/main.fa179942.css",
3+
"main.css.map": "static/css/main.fa179942.css.map",
4+
"main.js": "static/js/main.78760357.js",
5+
"main.js.map": "static/js/main.78760357.js.map",
6+
"static/media/flags.png": "static/media/flags.9c74e172.png",
7+
"static/media/icons.eot": "static/media/icons.674f50d2.eot",
8+
"static/media/icons.svg": "static/media/icons.912ec66d.svg",
9+
"static/media/icons.ttf": "static/media/icons.b06871f2.ttf",
10+
"static/media/icons.woff": "static/media/icons.fee66e71.woff",
11+
"static/media/icons.woff2": "static/media/icons.af7ae505.woff2"
12+
}

docs/favicon.ico

3.78 KB
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/form-and-function/manifest.json"><link rel="shortcut icon" href="/form-and-function/favicon.ico"><title>React App</title><link href="/form-and-function/static/css/main.fa179942.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/form-and-function/static/js/main.78760357.js"></script></body></html>

docs/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": "./index.html",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

docs/service-worker.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/css/main.fa179942.css

Lines changed: 355 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/css/main.fa179942.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)