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