mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Initial
This commit is contained in:
commit
39dc716d0c
308 changed files with 23865 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Singlebox [](https://opensource.org/licenses/MPL-2.0)
|
||||
|
||||
|macOS|Linux|Windows|
|
||||
|---|---|---|
|
||||
|[](https://travis-ci.com/quanglam2807/singlebox)|[](https://travis-ci.com/quanglam2807/singlebox)|[](https://ci.appveyor.com/project/quanglam2807/singlebox)|
|
||||
|
||||
**[Singlebox](https://singleboxapp.com)** - All Your Apps in One Single Window.
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
**Singlebox is open-source but not free.** You can add up to two apps/workspaces for free. [Pay just $9.99](https://webcatalog.onfastspring.com/singlebox/singleboxapp) to add as many as you need.
|
||||
|
||||
Singlebox has permanent licenses, which have no time limit. In other words, the license never expires and works with all versions (including major updates). Also, your license permits you to use the app on all of the devices you own, as long as you are the only one using the app.
|
||||
|
||||
---
|
||||
|
||||
## Development
|
||||
```
|
||||
# First, clone the project:
|
||||
git clone https://github.com/quanglam2807/singlebox.git
|
||||
cd singlebox
|
||||
|
||||
# install the dependencies
|
||||
yarn
|
||||
yarn template:install
|
||||
|
||||
# Run development mode
|
||||
yarn electron-dev
|
||||
|
||||
# Build for production
|
||||
yarn dist
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue