Update README.md

This commit is contained in:
luke-hagar-sp
2024-02-05 15:49:50 -06:00
parent 7566a95711
commit 5819afec9f

View File

@@ -36,9 +36,12 @@
- [About the project](#about-the-project) - [About the project](#about-the-project)
- [Project Structure](#project-structure) - [Project Structure](#project-structure)
- [Sveltekit App](#sveltekit-app) - [Sveltekit-App](#sveltekit-app)
- [Sveltekit Build](#sveltekit-build) - [Sveltekit-Build](#sveltekit-build)
- [Electron App](#electron-app) - [Electron-App](#electron-app)
- [Using the starter](#using-the-starter)
- [Local Development](#local-development)
- [Build the application from source](#build-the-application-from-source)
- [Contribute](#contribute) - [Contribute](#contribute)
- [License](#license) - [License](#license)
- [Discuss](#discuss) - [Discuss](#discuss)
@@ -99,6 +102,13 @@ Currently when running the electron application, the `handler` that is generated
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>
## Using the starter
### Local Development
To start the local dev server, navigate to the `./Sveltekit-App` folder and run `npm run dev`.
This will start the local dev server and you can access the application at `http://localhost:3000`.
### Build the application from source ### Build the application from source
Prerequisites: Prerequisites: