Skip to content

Commit

Permalink
add quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Oct 18, 2023
1 parent 7424a28 commit 5b3030f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Structure and scripts for developing and deploying graphics on The Markup.

* [node.js](https://nodejs.org/) v20 (use [`nvm`](#using-nvm) to adjust your version if necessary)

## Quick start

```
nvm use
npm install
npm start
```

## Creating a new graphic

1. Open Terminal
Expand Down

0 comments on commit 5b3030f

Please sign in to comment.