From 5819afec9f1a704e5dcaddfa25ec24e9417d2983 Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:49:50 -0600 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3df040d..e680261 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,12 @@ - [About the project](#about-the-project) - [Project Structure](#project-structure) - - [Sveltekit App](#sveltekit-app) - - [Sveltekit Build](#sveltekit-build) - - [Electron App](#electron-app) + - [Sveltekit-App](#sveltekit-app) + - [Sveltekit-Build](#sveltekit-build) + - [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) - [License](#license) - [Discuss](#discuss) @@ -99,6 +102,13 @@ Currently when running the electron application, the `handler` that is generated

(back to top)

+## 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 Prerequisites: