A modified version of: (https://github.com/Flow-Works/FlowOS)
Find a file
semantic-release-bot df060b0a91 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/Flow-Works/FlowOS/compare/v1.0.0...v1.1.0) (2024-01-18)

### Bug Fixes

* added missing error handling for `fs.exists` ([77c0d57](77c0d57770))

### Features

* added `prependMany` function ([acdba11](acdba11691))
* added a `prepend` function ([f106776](f106776bee))
* added a button component ([8d3b629](8d3b629185))
* added support for new `/apps/list` endpoint ([423dd46](423dd46da0))
* minor styling changes ([2dd5b5f](2dd5b5f887))
2024-01-18 11:45:53 +00:00
.github ci: fix token not being read 2024-01-17 19:00:57 +00:00
public [🛁] Cleanup environment 2024-01-16 05:00:41 +00:00
src fix: added missing error handling for fs.exists 2024-01-18 11:41:33 +00:00
.gitignore [🔧] Added TypeDoc 2023-11-24 00:23:27 +00:00
.releaserc ci: updated .releaserc to whitelist package-lock.json 2024-01-17 19:11:31 +00:00
CODE_OF_CONDUCT.md [📚] Created CODE_OF_CONDUCT.md 2023-10-16 15:59:09 +01:00
CONTRIBUTING.md docs: added merge into PR emoji guidelines 2024-01-17 17:12:50 +00:00
index.html [🛁] Cleanup environment 2024-01-16 05:00:41 +00:00
LICENSE [📝] Added MIT License 2023-10-16 15:37:21 +01:00
package-lock.json chore(release): 1.1.0 [skip ci] 2024-01-18 11:45:53 +00:00
package.json chore(release): 1.1.0 [skip ci] 2024-01-18 11:45:53 +00:00
README.md [💥] Major system rewrite 2024-01-16 04:35:28 +00:00
tsconfig.json [👕] Update tsconfig to better work with vite 2023-10-22 23:24:57 +02:00
typedoc.config.js [📇] Update typedoc config 2024-01-16 05:47:17 +00:00
vite.config.js [🛁] Cleanup environment 2024-01-16 05:00:41 +00:00

FlowOS



The most aesthetic webOS.
Read the docs »

What is FlowOS?

FlowOS is a web OS proxy made for the Titanium Network 2023 Proxathon. It's extremely customizable with an API to make your apps, themes, and modules.

Getting Started

To run FlowOS on your local machine, you need Node.js 16 or above.

  1. Clone the repository
git clone https://github.com/Flow-Works/FlowOS
  1. Install packages
npm install
  1. Run!
npm run serve

Contributing

Made with

FlowOS is made with the following software:

License

FlowOS is licensed under the MIT license. See the LICENSE file for more information.