Skip to content

Commit 79f5baf

Browse files
committed
Update README
1 parent 81045be commit 79f5baf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,19 @@ The main story grid holds the big featured story, the secondary stories, and the
4848

4949
The data for the stories is held in a JS file, `src/data.js`. In a real app, this would be read from a database.
5050

51+
## Getting started
52+
53+
As usual, we run a development server with the following pair of commands:
54+
55+
```bash
56+
$ npm install
57+
$ npm run dev
58+
```
59+
5160
## Troubleshooting
5261

5362
If you run into problems running a local development server, check out our [Troubleshooting Guide](https://courses.joshwcomeau.com/troubleshooting) on the course platform.
5463

55-
This guide addresses the common `Digital Envelope Routine` error you may have seen.
56-
5764
---
5865

5966
## Exercise 1: Header

0 commit comments

Comments
 (0)