Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
Now that we use Tauri's API, we can no longer publish as SPA.
  • Loading branch information
mikoto2000 authored and sheepla committed Aug 31, 2024
1 parent a593c4f commit c58c523
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ Running `yarn tauri build`, AppImage, deb and rpm in `src-tauri/target/release/b
yarn tauri build
```

## Launch as Web application

It can also be built as a typical static single-page application.
It can be distributed using a web server such as Apache or Nginx or a tool such as [vercel/serve](https://github.com/vercel/serve).

```sh
npm install --global serve
serve --single build --listen 8080
```


## Author

[sheepla](https://github.com/sheepla)

0 comments on commit c58c523

Please sign in to comment.