Skip to content

Commit 02472b6

Browse files
committed
add live-server
1 parent 9b4cb16 commit 02472b6

4 files changed

Lines changed: 1211 additions & 64 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ Refer to the [documentation page](https://jdan.github.io/98.css/) for specific i
4646

4747
### Developing
4848

49+
First, run `npm install`.
50+
4951
[`style.css`](https://github.com/jdan/98.css/blob/master/style.css) is where everything happens.
5052

51-
You can use `npm start` to start a development environment that will watch for file changes and rebuild 98.css, serving everything on localhost.
53+
You can use `npm start` to start a development environment that will watch for file changes and rebuild 98.css, reloading your browser in the process.
5254

5355
You can run a build manually with `npm run build`. This will write to the `dist/` directory.
5456

0 commit comments

Comments
 (0)