Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tungstengmd authored Jun 22, 2024
1 parent 4b7794c commit b942874
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ Make sure you have skewer-mode, simple-httpd & js2-mode installed and enable ske
### IN VSCODE
Install Live Server and Live Preview. Then, on the bottom, click Go live. It may ask for you to select a browser. Select one and it should be running on port 5500.
### WITH NODE.JS
Install browser-sync and run `browser-sync start -s -f` and it should run in your browser.
Install browser-sync and run
```
browser-sync start -s -f
// i recommend aliasing this to bs
```
and it should run in your browser.

0 comments on commit b942874

Please sign in to comment.