You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add an example to the [examples](examples) directory, don’t forget to add a `README.md` file with the following format:
121
+
122
+
- Replace `DIRECTORY_NAME` with the directory name you’re adding.
123
+
- Fill in `Example Name` and `Description`.
124
+
- To add additional installation instructions, please add it where appropriate.
125
+
- To add additional notes, add `## Notes` section at the end.
126
+
- Remove the `Deploy your own` section if your example can’t be immediately deployed to ZEIT Now.
127
+
128
+
````markdown
129
+
# Example Name
130
+
131
+
Description
132
+
133
+
## Deploy your own
134
+
135
+
Deploy the example using [ZEIT Now](https://zeit.co/now):
136
+
137
+
[](https://zeit.co/new/project?template=https://github.com/zeit/next.js/tree/canary/examples/DIRECTORY_NAME)
138
+
139
+
## How to use
140
+
141
+
### Using `create-next-app`
142
+
143
+
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:
0 commit comments