Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 1.03 KB

README.md

File metadata and controls

54 lines (49 loc) · 1.03 KB

Mafia Detected

Stack

  • Django
  • JavaScript
  • Vue.js
  • PostgreSQL
  • HTML
  • CSS

Command Line Interface (CLI) version of game

  • To play the command line version of this game, you need to download the CLI_version folder.
  • Next, to run the CLI version of the game, you will need to install node.js
  • To do that, if using Mac:
brew install node
  • Next, compile and execute the code:
node main.js

Website version of game

  • To run the website version of the game, you need to first install yarn.
  • To do that, if using Mac:
brew install yarn
  • Next, install the dependencies:
yarn install
  • Next, to run the website version of the game, run the following command:
yarn run serve

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.