1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add deply now buttons to with-firebase, with-material-ui, with-socket.io (#1779)

This commit is contained in:
Paul Molluzzo 2017-04-22 09:37:04 -04:00 committed by Tim Neutkens
parent f94b927fd6
commit 1eeb8820bb
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-firebase)
# With Firebase example

View file

@ -1,3 +1,4 @@
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-material-ui)
# Material-UI example
## How to use

View file

@ -1,3 +1,4 @@
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-semantic-ui)
# Semantic UI example