mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 12:57:44 +00:00
Update README.md
This commit is contained in:
16
README.md
16
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
|
||||
|
||||
<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
|
||||
|
||||
Prerequisites:
|
||||
|
||||
Reference in New Issue
Block a user