An implementation of i3wm using React.
Instructions for installing dependencies, developing and testing.
To install dependencies run the following command:
npm install
To test the software, run the following command:
npm test
To start the software run:
npm start
This project is licensed under the MIT License - see the LICENSE file for details