Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 637 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 637 Bytes

Description

  • A CLI computer program that will allow you to take a JavaScript quiz.
  • The main technology stack are TypeScript and NodeJS.

test.mp4


Local Development

  • Pushing changes to all remote repository.
# Change permission mode and make it executable.
chmod +x git-push-all

# Push changes to all remote repository.
./git-push-all
  • Run the following commands.
git clone https://github.com/kentlouisetonino/quiz-game.git
yarn install
yarn start