mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -41,6 +41,8 @@
|
||||
- [Electron-App](#electron-app)
|
||||
- [Using the starter](#using-the-starter)
|
||||
- [Local Development](#local-development)
|
||||
- [Svletekit](#svletekit)
|
||||
- [Electron](#electron)
|
||||
- [Build the application from source](#build-the-application-from-source)
|
||||
- [Contribute](#contribute)
|
||||
- [License](#license)
|
||||
@@ -106,9 +108,17 @@ Currently when running the electron application, the `handler` that is generated
|
||||
|
||||
### Local Development
|
||||
|
||||
To start the local dev server, navigate to the `./Sveltekit-App` folder and run `npm run dev`.
|
||||
#### Svletekit
|
||||
|
||||
To start the sveltekit 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`.
|
||||
|
||||
#### Electron
|
||||
|
||||
> Note: You will need to have the sveltekit app built already in order to start the electron app.
|
||||
|
||||
To start the electron app, navigate to the `./Electron-App` folder and run `npm run start`.
|
||||
|
||||
### Build the application from source
|
||||
|
||||
Prerequisites:
|
||||
|
||||
Reference in New Issue
Block a user