Skip to content

Commit

Permalink
add live-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Apr 26, 2020
1 parent 9b4cb16 commit 02472b6
Show file tree
Hide file tree
Showing 4 changed files with 1,211 additions and 64 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ Refer to the [documentation page](https://jdan.github.io/98.css/) for specific i

### Developing

First, run `npm install`.

[`style.css`](https://github.com/jdan/98.css/blob/master/style.css) is where everything happens.

You can use `npm start` to start a development environment that will watch for file changes and rebuild 98.css, serving everything on localhost.
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.

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

Expand Down
Loading

0 comments on commit 02472b6

Please sign in to comment.