https://github.com/cosmomyzrailgorynych/comigodeck
An app/browser which layouts websites in a vertical layout
https://github.com/cosmomyzrailgorynych/comigodeck
browser deck nwjs rollup svelte typescript
Last synced: 8 months ago
JSON representation
An app/browser which layouts websites in a vertical layout
- Host: GitHub
- URL: https://github.com/cosmomyzrailgorynych/comigodeck
- Owner: CosmoMyzrailGorynych
- Created: 2023-07-23T08:10:57.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-24T08:37:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T03:41:34.127Z (about 1 year ago)
- Topics: browser, deck, nwjs, rollup, svelte, typescript
- Language: Svelte
- Homepage: https://comigo.itch.io/deck
- Size: 170 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Installing and running a dev session:
```sh
npm install
npm run dev
```
Building the software:
```sh
npm run build
```