| File | Date | Author | Commit |
|---|---|---|---|
| assets | 2021-07-23 |
|
[343e3f] Add files via upload |
| build | 2021-07-23 |
|
[2fddee] Initial commit |
| menu | 2021-07-23 |
|
[2fddee] Initial commit |
| output | 2021-07-23 |
|
[2fddee] Initial commit |
| src | 2021-07-23 |
|
[2fddee] Initial commit |
| views | 2021-07-23 |
|
[2fddee] Initial commit |
| .DS_Store | 2021-07-23 |
|
[2fddee] Initial commit |
| .gitattributes | 2021-07-23 |
|
[6c9fd0] Initial commit |
| .gitignore | 2021-07-23 |
|
[2fddee] Initial commit |
| README.md | 2021-07-23 |
|
[8cc744] Update README.md |
| _config.yml | 2021-07-23 |
|
[2fddee] Initial commit |
| debian.json | 2021-07-23 |
|
[2fddee] Initial commit |
| dev-app-update.yml | 2021-07-23 |
|
[2fddee] Initial commit |
| main.js | 2021-07-23 |
|
[2fddee] Initial commit |
| package-lock.json | 2021-07-23 |
|
[2fddee] Initial commit |
| package.json | 2021-07-23 |
|
[2fddee] Initial commit |

A fully fledged text editor built with Electron.
Flexible, minimal and comfortable text editor.
Suside is a code editor which can do in a normal editor, but there are
differences that made Suside unique.
The following features that made Suside unique are
To get started, you must have the following.
Next, you got to clone the repository, change the directory to suside, and installing all dependencies by typing this line
# Clone the repository
$ git clone https://github.com/zeankundev/suside
# Change it to suside on where we clone it
$ cd suside
# Installing all dependencies
$ npm install
Now, this is where all the fun begins. Type this line in your terminal after installing all the dependencies.
$ npm start
Have fun hacking on Suside! 🥳🎉
These are references for scripts to do certain commands. Here are some list. Just run npm run <script>
buildwin - Makes the Windows version of Suside. Output is on the build folderbuildmac - Makes the Mac version of Suside. Output is still in the build folderbuildlinux - Makes the Linux version of Suside. Output is still in the build folderbuilddeb - Compiles the Linux version of Suside into a .deb formate. You have to run buildlinux command before running this.