diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..176fcfa --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "flow-writer-com" + } +} diff --git a/.gitignore b/.gitignore index 4d29575..1bc07ef 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +/build +.firebase + diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..340ed5b --- /dev/null +++ b/firebase.json @@ -0,0 +1,16 @@ +{ + "hosting": { + "public": "build", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +} diff --git a/package.json b/package.json index 95abf45..6167627 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,36 @@ { - "name": "murmur", - "version": "0.1.0", - "private": true, - "dependencies": { - "react": "^16.8.6", - "react-dom": "^16.8.6", - "react-scripts": "3.0.1" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "react-app" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "name": "flow", + "version": "0.1.0", + "private": true, + "dependencies": { + "clipboard-polyfill": "^2.8.1", + "react": "^16.8.6", + "react-dom": "^16.8.6", + "react-redux": "^7.0.3", + "react-scripts": "3.0.1", + "rebass": "^3.1.1", + "redux": "^4.0.1", + "styled-components": "^4.2.0" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": "react-app" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/public/circle.svg b/public/circle.svg new file mode 100644 index 0000000..e453ead --- /dev/null +++ b/public/circle.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/public/copy.svg b/public/copy.svg new file mode 100644 index 0000000..9b5c3cf --- /dev/null +++ b/public/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/flow.svg b/public/flow.svg new file mode 100644 index 0000000..32bed63 --- /dev/null +++ b/public/flow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index dd1ccfd..04a8459 100644 --- a/public/index.html +++ b/public/index.html @@ -1,16 +1,31 @@ -
- - - - - + + + + + + + + - - -