|
24 | 24 |
|
25 | 25 | This site is created with Gatsby. |
26 | 26 |
|
27 | | -1. **Prerequisites** |
| 27 | +### Prerequisites |
28 | 28 |
|
29 | | - Minimal node version: See the [`.nvmrc` file](.nvmrc). |
| 29 | +Minimal node version: See the [`.nvmrc` file](.nvmrc). |
30 | 30 |
|
31 | | - If you use `nvm`, you can change the node version used locally with `nvm use`. \ |
32 | | - It loads the version specified in the `.nvmrc` file. |
| 31 | +If you use `nvm`, you can change the node version used locally with `nvm use`. \ |
| 32 | +It loads the version specified in the `.nvmrc` file. |
33 | 33 |
|
| 34 | +### Start developing |
34 | 35 |
|
35 | | -2. **Start developing** |
| 36 | +#### Install dependencies |
| 37 | +```shell |
| 38 | + npm install |
| 39 | +``` |
36 | 40 |
|
37 | | - Install dependencies. |
38 | | - ```shell |
39 | | - npm install |
40 | | - ``` |
41 | | - |
42 | | - Start the development server |
43 | | - ```shell |
| 41 | +#### Start the development server |
| 42 | +```shell |
44 | 43 | npm start |
45 | | - ``` |
| 44 | +``` |
| 45 | + |
| 46 | +Your site is now running at http://localhost:8000! \ |
| 47 | +You can modify a file from `src` to see your site update in real-time! |
| 48 | + |
| 49 | +## Pull Request Previews |
| 50 | + |
| 51 | +In Pull Request, a preview is generated to see how the modified website will look. |
46 | 52 |
|
47 | | - Your site is now running at http://localhost:8000! \ |
48 | | - You can modify a file from `src` to see your site update in real-time! |
49 | | - |
| 53 | +## Learn more |
50 | 54 |
|
51 | | -3. **Learn more** |
| 55 | +- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
52 | 56 |
|
53 | | - - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
| 57 | +- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
54 | 58 |
|
55 | | - - [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
| 59 | +- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
56 | 60 |
|
57 | | - - [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
| 61 | +- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
58 | 62 |
|
59 | | - - [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
| 63 | +- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
60 | 64 |
|
61 | | - - [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
| 65 | +- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
62 | 66 |
|
63 | | - - [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) |
|
0 commit comments