We mobile coders were coding with Spck Editor alongwith Termux, and to make it more convenient to run codes from spck to termux, we used rovelstars/spck-termux to run codes from spck to termux. But, time passed by and we got new Android phones (and with newer Android versions), spck-termux
stopped working due to newer Android version's security policies. So, I decided to make a new app to run codes from spck to termux, and that's how Smux was born!
Currently we are not sure of which license to choose. Hopefully we can end up with MIT License.
Looking for contributors to help us with the project! Join our Discord Server to partipate in discussion!
- Clone the repository
- Download Nodejs and download the dependencies
- Run
npm run tw
to build the css. npm run dev
to start the development server.