All the fortunes you desire, without getting full.
These instructions will get you a copy of the game up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Clone this project and change to the root directory.
git clone https://github.com/abcmer/fortunes.git
cd fortunes
Install node dependencies.
npm i
Start the app locally.
npm start
Go to http://localhost:3000
This project is licensed under the MIT License - see the LICENSE.md file for details