Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 340 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 340 Bytes

theRush

Installation and running this solution

With Docker

$ npm run docker 

Without Docker

  • using NPM *
$ npm install 
$ npm run start

or Using Yarn

$ yarn 
$ yarn run start

License

This project is licensed under the MIT License - see the LICENSE.md file for details