From 0e28da64da8a4ba926cf5ec5b5cb063d8a649c52 Mon Sep 17 00:00:00 2001 From: Greg Rickaby Date: Fri, 20 Mar 2020 09:59:25 -0500 Subject: [PATCH 1/2] Load basic-css example on codesandbox --- examples/basic-css/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index 3c0472b8d2cc63d..31c781f84b714c9 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -40,3 +40,8 @@ yarn dev ``` Deploy it to the cloud with [ZEIT Now](https://zeit.co/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)). + + +### Try it on CodeSandbox + +[Open this example on CodeSandbox](https://codesandbox.io/s/github/zeit/next.js/tree/canary/examples/basic-css) From 8fa3677a3e072b63d99a4d12c24e8a96949e32ba Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Fri, 20 Mar 2020 12:32:39 -0500 Subject: [PATCH 2/2] Moved link --- examples/basic-css/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index 31c781f84b714c9..aee21396b025552 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -10,6 +10,8 @@ Deploy the example using [ZEIT Now](https://zeit.co/now): ## How to use +[Try it on CodeSandbox](https://codesandbox.io/s/github/zeit/next.js/tree/canary/examples/basic-css) + ### Using `create-next-app` Execute [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: @@ -40,8 +42,3 @@ yarn dev ``` Deploy it to the cloud with [ZEIT Now](https://zeit.co/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)). - - -### Try it on CodeSandbox - -[Open this example on CodeSandbox](https://codesandbox.io/s/github/zeit/next.js/tree/canary/examples/basic-css)