Skip to content

Commit

Permalink
1.3.1 - Renamed test start to local and updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Wagemaker committed Dec 2, 2024
1 parent b1bf9ca commit aaae66f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ EasyEdit is an easy markdown editor that allows you to write Markdown (MD) and p
- - EasyEdit.Setup.1.3.1.exe
- ### Build 1.3.0 - MacOS (dmg)
- - EasyEdit-1.3.0-arm64.dmg
- ### Build 1.3.0 - (Experimental)
- ### Build 1.3.1 - (Experimental)
- - EasyEdit-1.3.0-x64-linux.zip
- - EasyEdit-1.3.0-win.zip
- - EasyEdit-1.3.1-win.zip

## Version changes
- 1.3.1 - Minor cosmetic improvements and Implementation standalove option
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@ $ npm install
```


## Run the project
## Run the Standalone Project
```
$ npm start
```

## Run Project for localhost OR hosting https
```
$ npm run local
OR
$ npm run prd
```

## Build as an standalone App (Windows & Linux)
```
$ npm run electron:build
```



## Mermeid example

```mermaid
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.3.1",
"type": "module",
"scripts": {
"test": "cross-env VITE_APP_ENV=http vite --port 3024 --host",
"local": "cross-env VITE_APP_ENV=http vite --port 3024 --host",
"prd": "cross-env VITE_APP_ENV=http USE_HTTPS=true vite --port 3024 --host",
"start": "concurrently \"cross-env VITE_APP_ENV=electron vite --host\" \"wait-on http://localhost:3000 && electron .\"",
"build": "vite build",
Expand Down

0 comments on commit aaae66f

Please sign in to comment.