1
Fork 0
This commit is contained in:
KorbsStudio 2023-04-03 18:17:05 -04:00
parent 27e4181a8b
commit 61a0aafcd7
No known key found for this signature in database
3 changed files with 7 additions and 9 deletions

View file

@ -3,14 +3,14 @@ A template replacement for FalixNodes Desktop.
___
A [documentation website](https://nexus-polestar.korbsstudio.com) is in progress.
A [documentation website](https://SudoVanilla.com/nexus-polestar) is in progress.
___
## What was FalixNodes Desktop?
FalixNodes Desktop was developed by Korbs Studio, a FalixNodes Limited contractor. It was intended for its desktop customers to use FalixNodes more quickly and conveniently by allowing them to easily access both the client and game panels presented by FalixNodes. The capabilities of how the software works have progressed over time, and improved performance and security practices have been put in place to make the customer experience more efficient and trustworthy.
FalixNodes Desktop was developed by SudoVanilla, a FalixNodes Limited contractor. It was intended for its desktop customers to use FalixNodes more quickly and conveniently by allowing them to easily access both the client and game panels presented by FalixNodes. The capabilities of how the software works have progressed over time, and improved performance and security practices have been put in place to make the customer experience more efficient and trustworthy.
Sadly, the software was [discontinued by Korbs Studio on November 19th of 2022](https://falixnodes.net/blog/sunsetting-apps/).
Sadly, the software was [discontinued by SudoVanilla on November 19th of 2022](https://falixnodes.net/blog/sunsetting-apps/).
This is a bit of a disappointed, as some major features were being applied to v4 of FalixNodes Desktop, which remained in development for way over a year and never reached production. This forth major version was suppose to get amazing features like built-in SFTP manager, VPN(This was drop either way, requested by FalixNodes Limited CEO), better system optimizations, and a command menu. One of the feature did that come to light and was finished during the development phase was the command menu powered by Ninja Keys.
@ -135,7 +135,7 @@ The following is required on your workstation:
- Development for C++
- g++ (Linux)
> If you're using Windows, please be using Windows 10 or Windows 11. Windows 8.1 or older are not supported by Korbs Studio and Nexus Polestar, older versions may be able to run the application but may run into some issues along the way.
> If you're using Windows, please be using Windows 10 or Windows 11. Windows 8.1 or older are not supported by SudoVanilla and Nexus Polestar, older versions may be able to run the application but may run into some issues along the way.
Install Packages:
```
@ -159,7 +159,7 @@ yarn build
___
## Support
If you are having issues with the template, you can either submit an [issue](https://sudovanilla.com/code/KorbsStudio/nexus-polestar/-/issues) or [contact SudoVanilla by email](mailto:support@SudoVanilla.com).
If you are having issues with the template, you can either submit an [issue](https://sudovanilla.com/code/Korbs/nexus-polestar/-/issues) or [contact SudoVanilla by email](mailto:support@SudoVanilla.com).
**Disclaimer**: SudoVanilla does not work for any projects or companies that use this template. So, if you're using a software built on Nexus Polestar, please contact the company or have the company contact SudoVanilla.
@ -209,4 +209,4 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
```
You can contact Korbs Studio by sending an email to [hello@sudovanilla.com](mailto:hello@sudovanilla.com).
You can contact SudoVanilla by sending an email to [hello@sudovanilla.com](mailto:hello@sudovanilla.com).

View file

@ -5,8 +5,6 @@ A template replacement for FalixNodes Desktop.
___
<button data-color-mode-switch>Toggle COLOR MODE 💡</button>
## What was FalixNodes Desktop?
FalixNodes Desktop was developed by Korbs Studio, a FalixNodes Limited contractor. It was intended for its desktop customers to use FalixNodes more quickly and conveniently by allowing them to easily access both the client and game panels presented by FalixNodes. The capabilities of how the software works have progressed over time, and improved performance and security practices have been put in place to make the customer experience more efficient and trustworthy.

View file

@ -5,7 +5,7 @@
"main": "./electron/index.js",
"scripts": {
"start": "concurrently \"astro dev\" \"NODE_ENV=development electron .\"",
"start:delay": "concurrently \"astro dev\" \"sleep 5 && electron .\"",
"start:delay": "concurrently \"astro dev\" \"sleep 5 && NODE_ENV=development electron .\"",
"build": "astro build && NODE_ENV=production node ./build/prepare-production.js && electron-builder build --config ./build/electron-builder.yml"
},
"author": "SudoVanilla",