Simple menubar application for generating dummy text
To download click here
To contribute to the application clone the project create a new branch and work in that branch. Afterwards create a new pull request. Be sure to npm install
before beginning to work.
To make it easier for different developers, we used npm scripts
to create on simple command for a more complex one like this:
npm start
To build the project run the following command:
npm run build
Licensed under MIT license