Skip to content

Commit e5ab1ca

Browse files
marioneblPavel Zhytko
authored and
Pavel Zhytko
committed
Add SVG asciicast (facebook#3677)
* Add svg screencast * Use svg screencast
1 parent 08e052e commit e5ab1ca

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ npm start
1919
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
2020
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
2121

22-
<img src='https://camo.githubusercontent.com/506a5a0a33aebed2bf0d24d3999af7f582b31808/687474703a2f2f692e696d6775722e636f6d2f616d794e66434e2e706e67' width='600' alt='npm start'>
22+
<p align='center'>
23+
<img src='https://cdn.rawgit.com/facebookincubator/create-react-app/6ab67e6b96457720d843aa3c557ff951a41bafc2/screencast.svg' width='600' alt=''>
24+
</p>
2325

2426
### Get Started Immediately
2527

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"postinstall": "node bootstrap.js && cd packages/react-error-overlay/ && npm run build:prod",
1010
"publish": "tasks/release.sh",
1111
"start": "node packages/react-scripts/scripts/start.js",
12+
"screencast": "svg-term --cast hItN7sl5yfCPTHxvFg5glhhfp --out screencast.svg --window",
1213
"test": "node packages/react-scripts/scripts/test.js --env=jsdom",
1314
"format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
1415
"precommit": "lint-staged"
@@ -19,7 +20,8 @@
1920
"lerna": "^2.0.0",
2021
"lerna-changelog": "^0.6.0",
2122
"lint-staged": "^3.3.1",
22-
"prettier": "1.6.1"
23+
"prettier": "1.6.1",
24+
"svg-term-cli": "^2.0.3"
2325
},
2426
"lint-staged": {
2527
"*.js": [

screencast.svg

+1
Loading

0 commit comments

Comments
 (0)