1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 10:46:38 -04:00

Update README.md

This commit is contained in:
2020-01-08 10:21:03 -05:00
committed by GitHub
parent f46f2300c3
commit f6f5b7feaa

View File

@ -16,7 +16,7 @@ I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.i
#### Using Yarn/NPM: #### Using Yarn/NPM:
Run `yarn install` (or `npm install`) and `yarn start` (or `npm start`) ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed. Run `yarn install` ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first, or use `npm install`) and `yarn start` (or `npm start`), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed.
#### Using Docker: #### Using Docker: