@@ -6,29 +6,29 @@ export const quickstarts = [
66 name: ' Next.js' ,
77 href: ' /guides/deploying-nextjs-with-now' ,
88 icons: ` ${process .env .ASSETS }/topics/icons/next.svg ` ,
9- deployUrl:
10- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/nextjs '
9+ example: ' nextjs ' ,
10+ demo: ' https://nextjs. now-examples.now.sh '
1111 },
1212 {
1313 name: ' Gatsby' ,
1414 href: ' /guides/deploying-gatsby-with-now' ,
1515 icons: ` ${process .env .ASSETS }/topics/icons/gatsby.svg ` ,
16- deployUrl:
17- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/gatsby '
16+ example: ' gatsby ' ,
17+ demo: ' https://gatsby. now-examples.now.sh '
1818 },
1919 {
2020 name: ' Vue.js' ,
2121 href: ' /guides/deploying-vuejs-to-now/' ,
2222 icons: ` ${process .env .ASSETS }/topics/icons/vue.svg ` ,
23- deployUrl:
24- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/vue '
23+ example: ' vue ' ,
24+ demo: ' https://vue. now-examples.now.sh '
2525 },
2626 {
2727 name: ' Svelte' ,
2828 href: ' /guides/deploying-svelte-with-zeit-now' ,
2929 icons: ` ${process .env .ASSETS }/topics/icons/svelte.svg ` ,
30- deployUrl:
31- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/svelte '
30+ example: ' svelte ' ,
31+ demo: ' https://svelte. now-examples.now.sh '
3232 },
3333 {
3434 name: ' Create React App' ,
@@ -37,36 +37,36 @@ export const quickstarts = [
3737 src: ` ${process .env .ASSETS }/topics/icons/react.svg ` ,
3838 color: ' #20232a'
3939 },
40- deployUrl:
41- ' https://zeit.co/new/project?template=https://github.com/zeit/now-examples/tree/master/ create-react-app'
40+ example: ' create-react-app ' ,
41+ demo: ' https://create-react-app.now-examples.now.sh '
4242 },
4343 {
4444 name: ' Angular' ,
4545 href: ' /guides/deploying-angular-with-now/' ,
4646 icons: ` ${process .env .ASSETS }/topics/icons/angular.svg ` ,
47- deployUrl:
48- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/angular '
47+ example: ' angular ' ,
48+ demo: ' https://angular. now-examples.now.sh '
4949 },
5050 {
5151 name: ' Charge' ,
5252 href: ' /guides/deploying-charge-with-now/' ,
5353 icons: ` ${process .env .ASSETS }/topics/icons/charge.svg ` ,
54- deployUrl:
55- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/charge '
54+ example: ' charge ' ,
55+ demo: ' https://charge. now-examples.now.sh '
5656 },
5757 {
5858 name: ' Aurelia' ,
5959 href: ' /guides/deploying-aurelia-with-zeit-now' ,
6060 icons: ` ${process .env .ASSETS }/topics/icons/aurelia.svg ` ,
61- deployUrl:
62- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/aurelia '
61+ example: ' aurelia ' ,
62+ demo: ' https://aurelia. now-examples.now.sh '
6363 },
6464 {
6565 name: ' Ember.js' ,
6666 href: ' /guides/deploying-ember-with-zeit-now' ,
6767 icons: ` ${process .env .ASSETS }/topics/icons/ember.svg ` ,
68- deployUrl:
69- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/ember '
68+ example: ' ember ' ,
69+ demo: ' https://ember. now-examples.now.sh '
7070 },
7171 {
7272 name: ' Hugo' ,
@@ -75,22 +75,22 @@ export const quickstarts = [
7575 src: ` ${process .env .ASSETS }/topics/icons/hugo.svg ` ,
7676 color: ' #0a1921'
7777 },
78- deployUrl:
79- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/hugo '
78+ example: ' hugo ' ,
79+ demo: ' https://hugo. now-examples.now.sh '
8080 },
8181 {
8282 name: ' Preact' ,
8383 href: ' /guides/deploying-preact-with-zeit-now' ,
8484 icons: ` ${process .env .ASSETS }/topics/icons/preact.svg ` ,
85- deployUrl:
86- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/preact '
85+ example: ' preact ' ,
86+ demo: ' https://preact. now-examples.now.sh '
8787 },
8888 {
8989 name: ' VuePress' ,
9090 href: ' /guides/deploying-vuepress-to-now/' ,
9191 icons: ` ${process .env .ASSETS }/topics/icons/vue.svg ` ,
92- deployUrl:
93- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/vuepress '
92+ example: ' vuepress ' ,
93+ demo: ' https://vuepress. now-examples.now.sh '
9494 },
9595 {
9696 name: ' Docusaurus' ,
@@ -99,8 +99,8 @@ export const quickstarts = [
9999 src: ` ${process .env .ASSETS }/topics/icons/docusaurus.svg ` ,
100100 color: ' #2b3137'
101101 },
102- deployUrl:
103- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/docusaurus '
102+ example: ' docusaurus ' ,
103+ demo: ' https://docusaurus. now-examples.now.sh '
104104 },
105105 {
106106 name: ' Gridsome' ,
@@ -109,36 +109,36 @@ export const quickstarts = [
109109 src: ` ${process .env .ASSETS }/topics/icons/gridsome.svg ` ,
110110 color: ' #0d2538'
111111 },
112- deployUrl:
113- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/gridsome '
112+ example: ' gridsome ' ,
113+ demo: ' https://gridsome. now-examples.now.sh '
114114 },
115115 {
116116 name: ' Nuxt.js' ,
117117 href: ' /guides/deploying-nuxtjs-with-zeit-now' ,
118118 icons: ` ${process .env .ASSETS }/topics/icons/nuxt.svg ` ,
119- deployUrl:
120- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/nuxtjs '
119+ example: ' nuxtjs ' ,
120+ demo: ' https://nuxtjs. now-examples.now.sh '
121121 },
122122 {
123123 name: ' MDX Deck' ,
124124 href: ' /guides/deploying-mdx-deck-with-zeit-now' ,
125125 icons: ` ${process .env .ASSETS }/topics/icons/mdx-deck.svg ` ,
126- deployUrl:
127- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/mdx-deck '
126+ example: ' mdx-deck ' ,
127+ demo: ' https://mdx-deck. now-examples.now.sh '
128128 },
129129 {
130130 name: ' Eleventy' ,
131131 href: ' /guides/deploying-eleventy-with-zeit-now' ,
132132 icons: ` ${process .env .ASSETS }/topics/icons/eleventy.svg ` ,
133- deployUrl:
134- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/eleventy '
133+ example: ' eleventy ' ,
134+ demo: ' https://eleventy. now-examples.now.sh '
135135 },
136136 {
137137 name: ' Hexo' ,
138138 href: ' /guides/deploying-hexo-with-zeit-now' ,
139139 icons: ` ${process .env .ASSETS }/topics/icons/hexo.svg ` ,
140- deployUrl:
141- ' https://zeit.co/new/project?template=https://github.com/zeit/ now-examples/tree/master/hexo '
140+ example: ' hexo ' ,
141+ demo: ' https://hexo. now-examples.now.sh '
142142 }
143143]
144144
@@ -147,7 +147,7 @@ export const meta = {
147147 description:
148148 ' A collection of technologies to quickstart your project with, deployed instantly with ZEIT now.' ,
149149 editUrl: ' pages/docs/v2/quickstarts.mdx' ,
150- lastEdited: ' 2019-11-04T17:24:55 .000Z'
150+ lastEdited: ' 2019-11-07T17:31:43 .000Z'
151151}
152152
153153Quickstarts let you get started quickly. The following quickstarts are paired with guides and a deploy button, based on [ ZEIT Now examples] ( https://github.com/zeit/now-examples ) , to help you get going with your project as fast as possible.
0 commit comments