npm run serve -> npm run dev

This commit is contained in:
thepaperpilot 2023-05-16 07:13:17 -05:00
parent 155420e302
commit 61aef9c667

View file

@ -17,7 +17,7 @@ The template repository allows easy creation of multiple projects from one repos
It's recommended to create a new Git branch for development, allowing you to push changes without affecting the live build. The GitHub workflow will automatically rebuild the page when you push to the `main` branch. It's recommended to create a new Git branch for development, allowing you to push changes without affecting the live build. The GitHub workflow will automatically rebuild the page when you push to the `main` branch.
Next, install Profectus' dependencies by running `npm install`. Run `npm run serve` to start a local server hosting your project. The site will automatically reload as you modify files. Next, install Profectus' dependencies by running `npm install`. Run `npm run dev` to start a local server hosting your project. The site will automatically reload as you modify files.
Also, follow the steps to [update Profectus](./updating.md) before starting to make future updates easier without worrying about unrelated histories. Also, follow the steps to [update Profectus](./updating.md) before starting to make future updates easier without worrying about unrelated histories.