Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 678 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 678 Bytes

Woul you rather...

"Would you rather" is an app in which u can create a quiz and answer to the questions of others. To use this app first u need to clone this application.

STEP 1

$ git clone https://github.com/mhkasif/Would-you-rather

STEP 2

After this you need to change your directory to the folder If the folder name is would-you-rather, then

$ cd would-you-rather

STEP 3

After navigating to project folder, you need to download all the dependencies required to make this project run.

$ yarn

or

$ npm install

STEP 4

Now you have to start the project.

$ yarn start

or

$ npm start