diff --git a/README.md b/README.md index b316670..854b2e4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You will need to create a folder `/content` (ignored by `git`), add the basic si ### Live Preview -You can run `npm start` in the terminal to spin up a server. Open the address shown the terminal in your browser to preview what your site looks like. It has hot reloading, which means you can make changes to site code and certain files that will be instantly reflected on the page you have open. Some more core files may cause the page to fully reload, while some simple changes like stylesheet/component changes may be reflected without full reloading. Note that fetched content (page markdown/config files) is not caught by hot reload, so you will need to reload manually in those cases. +You can run `npm start -w=frontend` in the terminal to spin up a server. Open the address shown the terminal in your browser to preview what your site looks like. It has hot reloading, which means you can make changes to site code and certain files that will be instantly reflected on the page you have open. Some more core files may cause the page to fully reload, while some simple changes like stylesheet/component changes may be reflected without full reloading. Note that fetched content (page markdown/config files) is not caught by hot reload, so you will need to reload manually in those cases. ### Building diff --git a/libs/types/package.json b/libs/types/package.json index 79e13c0..007d12f 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,5 +1,5 @@ { - "name": "@goldenwere/static-web-templates-types", + "name": "types", "private": true, "version": "0.0.0", "type": "module", diff --git a/projects/frontend/package.json b/projects/frontend/package.json index c2172bd..a260eb9 100644 --- a/projects/frontend/package.json +++ b/projects/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "@goldenwere/static-web-templates-frontend", + "name": "frontend", "private": true, "version": "0.0.0", "type": "module", diff --git a/projects/sites/package.json b/projects/sites/package.json index 2f9daa4..858e466 100644 --- a/projects/sites/package.json +++ b/projects/sites/package.json @@ -1,5 +1,5 @@ { - "name": "@goldenwere/static-web-templates-sites", + "name": "sites", "private": true, "version": "0.0.0", "type": "module",