From 056a3d2d6192816bfb99aa0c7658137509252cec Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 12 Jan 2024 21:20:14 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2263710..0f598e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ a Full implementation of an adpater-node built SvelteKit app nested inside an Electron application for desktop use. ## Development -> in the `/SvelteKit-App` folder +> in the `/SvelteKit-App` folder With the current implementation, the developer experience is fantastic, 99% of the work being done will be in the SvelteKit app, which has great dev features like HMR. @@ -17,7 +17,7 @@ npm run dev ## Building ### Step 1: SvelteKit -> in the `/SvelteKit-App` folder +> in the `/SvelteKit-App` folder When you are happy with the state of your app you can then run the below command ``` @@ -36,6 +36,7 @@ npm run make ## Publishing > in the `/Electron-App` folder + This implementation utilizes the electron forge project, allowing you to use all their amazing methods for making and publishing distributable. This is typically done by running the below command while you are in the `/Electron-App` folder