Kshell is a web app that emulates a bash terminal. It has most of the commands that are available in a normal ternimal. Users can also add content to the files they created. This application was made using using the MERN stack.
Make sure you have an environment that kshell can run in which includes
- Node Js
- Access to a mongo database
- clone repo by running
git clone https://github.com/khalidM3/kshell
- add a .env file to the folder
./backend
- start the two servers seperately.
a.cd ./backend npm start
b.cd ./frontend npm watch