Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nva-sec committed Oct 3, 2024
0 parents commit 1f4a633
Show file tree
Hide file tree
Showing 10,528 changed files with 1,401,100 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: ""
assignees: ""
---

<!-- Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our Discord server. -->

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior

<!--- Tell us what should happen -->

## Current Behavior

<!--- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce

<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->

1.
2.
3.
4.

<!-- THE REST IS OPTIONAL -->
## Possible Solution

<!--- Not obligatory, but suggest a fix/reason for the bug, -->

## Detailed Description

<!--- Not obligatory, Provide a detailed description of the change or addition you are proposing -->

## Possible Implementation

<!--- Not obligatory, but suggest an idea for implementing addition or change -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://discord.gg/unblock
about: Please ask and answer questions here.
- name: Heroku, Repl.it, Blocked site issues
url: https://www.youtube.com/watch?v=BLUkgRAy_Vo
about: Do not create issues for these.
11 changes: 11 additions & 0 deletions .github/workflows/semistandard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: semistandard
jobs:
Semi-Standard:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: yarn install
- name: Semi-Standard test
run: yarn test

10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
src/emulator/data/minify/node_modules
.env

.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install
command: yarn start


1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"useTabs": true,
"singleQuote": false
}
13 changes: 13 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language = "nix"
run = ["yarn", "start"]

[packager]
language = "nodejs-npm"

[nix]
channel = "stable-22_05"

[debugger]

[unitTest]
language = "nodejs"
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "yarn",
"runtimeExecutable": "yarn",
"runtimeArgs": [
"start"
],
"cwd": "${workspaceRoot}",
"timeout": 10000
}
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript"]
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Flow Works

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
118 changes: 118 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<div align="center">
<br/>
<a href="https://github.com/Flow-Works/FlowOS">
<img src="https://raw.githubusercontent.com/Flow-Works/FlowOS/main/public/assets/logo.svg" width="100px">
</a>
<h3 align="center">Flow OS</h3>
<p align="center">
The customizable webOS.
<br />
<a href="https://flowos-thinliquid.webapp-store.de/"><strong>Explore the wiki »</strong></a>
<br />
<br />
<a href="https://flow-os.liquid.is-a.dev/">Try it Out</a>
·
<a href="https://github.com/Flow-Works/FlowOS/issues">Report Bug</a>
·
<a href="https://github.com/Flow-Works/FlowOS/issues">Request Feature</a>
</p>
<a href="https://github.com/standard/semistandard">
<img src="https://raw.githubusercontent.com/standard/semistandard/master/badge.svg">
</a>
</div>

<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#built-with">Built With</a>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</details>

<!-- BUILT WITH -->
## Built With

Here are some libraries used to create FlowOS.

- [WinBox](https://github.com/nextapps-de/winbox)
- [Ultraviolet](https://github.com/titaniumnetwork-dev/Ultraviolet)
- [Eruda](https://github.com/liriliri/eruda)
- [BrowserFS](https://github.com/jvilk/BrowserFS)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- GETTING STARTED -->
## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

- yarn
```sh
npm install yarn@latest -g
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/Flow-Works/FlowOS
```
2. Install packages
```sh
yarn install
```
3. Run
```sh
yarn start
```
or for Windows
```powershell
yarn win
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project (https://github.com/Flow-Works/FlowOS/fork)
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTACT -->
## Contact

[Join the Discord Server!](https://discord.gg/smBJe99X5j)



<p align="right">(<a href="#readme-top">back to top</a>)</p>
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "FlowOS",
"description": "The customizable webOS.",
"repository": "https://github.com/Flow-Works/FlowOS",
"logo": "https://raw.githubusercontent.com/Flow-Works/FlowOS/main/FlowOS/public/assets/logo.png",
"keywords": ["tomp", "ultraviolet", "webos"]
}
Loading

0 comments on commit 1f4a633

Please sign in to comment.