update readme & names

This commit is contained in:
lightling 2024-05-02 20:55:22 -04:00
parent ba6b727fd7
commit 45017c3a41
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
{
"name": "@goldenwere/static-web-templates-types",
"name": "types",
"private": true,
"version": "0.0.0",
"type": "module",

View file

@ -1,5 +1,5 @@
{
"name": "@goldenwere/static-web-templates-frontend",
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",

View file

@ -1,5 +1,5 @@
{
"name": "@goldenwere/static-web-templates-sites",
"name": "sites",
"private": true,
"version": "0.0.0",
"type": "module",