|
25 | 25 | [![GPL 3.0 License][license-badge]][license]
|
26 | 26 | [![All Contributors][all-contributors-badge]](#contributors-)
|
27 | 27 | [![Code of Conduct][coc-badge]][coc]
|
| 28 | +[![Gitpod ready-to-code][gitpod-badge]](https://gitpod.io/#https://github.com/kentcdodds/react-fundamentals) |
28 | 29 | <!-- prettier-ignore-end -->
|
29 | 30 |
|
30 | 31 | ## Prerequisites
|
|
40 | 41 | > material in this repo has been updated to React version ^18. Differences are
|
41 | 42 | > minor and any relevant differences are noted in the instructions.
|
42 | 43 |
|
| 44 | +## Quick start |
| 45 | + |
| 46 | +It's recommended you run everything in the same environment you work in every |
| 47 | +day, but if you don't want to set up the repository locally, you can get started |
| 48 | +in one click with [Gitpod](https://gitpod.io), |
| 49 | +[CodeSandbox](https://codesandbox.io/s/github/kentcdodds/react-fundamentals), or |
| 50 | +by following the [video demo](https://www.youtube.com/watch?v=gCoVJm3hGk4) |
| 51 | +instructions for [GitHub Codespaces](https://github.com/features/codespaces). |
| 52 | + |
| 53 | +[](https://gitpod.io/#https://github.com/kentcdodds/react-fundamentals) |
| 54 | + |
| 55 | +For a local development environment, follow the instructions below |
| 56 | + |
43 | 57 | ## System Requirements
|
44 | 58 |
|
45 | 59 | - [git][git] v2.13 or greater
|
@@ -102,12 +116,6 @@ setup the project with the following command:
|
102 | 116 | docker-compose up
|
103 | 117 | ```
|
104 | 118 |
|
105 |
| -It's recommended you run everything locally in the same environment you work in |
106 |
| -every day, but if you're having issues getting things set up, you can also set |
107 |
| -this up using [GitHub Codespaces](https://github.com/features/codespaces) |
108 |
| -([video demo](https://www.youtube.com/watch?v=gCoVJm3hGk4)) or |
109 |
| -[Codesandbox](https://codesandbox.io/s/github/kentcdodds/react-fundamentals). |
110 |
| - |
111 | 119 | ## Running the app
|
112 | 120 |
|
113 | 121 | To get the app up and running (and really see if it worked), run:
|
@@ -277,6 +285,7 @@ Thank you! https://kcd.im/rf-ws-feedback
|
277 | 285 | [license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square
|
278 | 286 | [license]: https://github.com/kentcdodds/react-fundamentals/blob/main/LICENSE
|
279 | 287 | [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
|
| 288 | +[gitpod-badge]: https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod |
280 | 289 | [coc]: https://github.com/kentcdodds/react-fundamentals/blob/main/CODE_OF_CONDUCT.md
|
281 | 290 | [emojis]: https://github.com/kentcdodds/all-contributors#emoji-key
|
282 | 291 | [all-contributors]: https://github.com/kentcdodds/all-contributors
|
|
0 commit comments