Skip to content

Commit

Permalink
Make it deploy-able
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Stoiber committed Dec 10, 2018
1 parent 613b746 commit cbdbf00
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Color Schemer
# [Color Schemer](https://colors.styled-components.com)

**[styled-components.com/color-schemer](https://styled-components.com/color-schemer/)**
**[colors.styled-components.com](https://colors.styled-components.com)**

[![The color schemer app](https://cloud.githubusercontent.com/assets/7525670/23553930/c8f83efc-001a-11e7-810a-7c7916dc1f29.png)](https://styled-components.com/color-schemer/)
[![The color schemer app](https://cloud.githubusercontent.com/assets/7525670/23553930/c8f83efc-001a-11e7-810a-7c7916dc1f29.png)](https://colors.styled-components.com)

A demo React app built with [`💅 styled-components`](https://github.com/styled-components/styled-components) and [`✨ polished`](https://github.com/styled-components/polished).

Expand Down
14 changes: 14 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"name": "color-schemer",
"builds": [
{ "src": "package.json", "use": "@now/static-build" }
],
"routes": [
{"src": "^/static/(.*)", "dest": "/static/$1"},
{"src": "^/favicon.ico", "dest": "/favicon.ico"},
{"src": "^/asset-manifest.json", "dest": "/asset-manifest.json"},
{"src": "^/manifest.json", "dest": "/manifest.json"},
{"src": "^/(.*)", "dest": "/index.html"}
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "colors",
"version": "0.1.0",
"private": true,
"homepage": "https://styled-components.com/color-schemer/",
"devDependencies": {
"gh-pages": "^0.12.0",
"lint-staged": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Open Graph data -->
<meta property="og:title" content="Color Schemer | Built with 💅 styled-components and ✨ polished" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://styled-components.com/color-schemer/" />
<meta property="og:url" content="https://colors.styled-components.com" />
<meta property="og:image" content="%PUBLIC_URL%/meta.png" />
<meta property="og:description" content="Because one can never have enough color." />
<meta property="og:site_name" content="Color Schemer" />
Expand Down

0 comments on commit cbdbf00

Please sign in to comment.