Skip to content

Commit

Permalink
Put some notes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJoyce committed Feb 7, 2024
1 parent d1134a9 commit e7cc39a
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 @@ -31,7 +31,12 @@ the `.parcel-cache` directory

`rm -rf .parcel-cache`

If you want to serve the built `dist/` directory after `yarn parcel build` you can use `python3 -m http.server -d dist/`.
If you want to serve the built `dist/` directory after `yarn parcel build` you can use `python3 -m
http.server -d dist/`.

## Updating docs

Right now, `rm -rf docs` and `yarn parcel build --dist-dir docs --public-url="/sculpt_ng/"`

## Credits

Expand Down

0 comments on commit e7cc39a

Please sign in to comment.