Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 5501d01

Browse files
adding ci badge, new screenshot
1 parent 9b71c94 commit 5501d01

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# create-nteract-app
22

3+
[![CircleCI](https://circleci.com/gh/nteract/create-nteract-app/tree/master.svg?style=svg)](https://circleci.com/gh/nteract/create-nteract-app/tree/master)
4+
35
## Installation
6+
47
Install `create-nteract-app` globally
8+
59
```bash
610
npm i -g create-nteract-app
711
```
12+
813
## Usage
14+
915
Create an nteract app and run the development server.
16+
1017
```bash
1118
create-nteract-app yourApp
1219
cd yourApp
1320
yarn dev
1421
```
22+
1523
Now, navigate to [here](http://localhost:3000/) and you should see the following:
1624

17-
![](Screenshot.png)
25+
![](Screenshot.png)

Screenshot.png

-1.38 KB
Loading

0 commit comments

Comments
 (0)