/no-thanks-react

Primary LanguagePythonMIT LicenseMIT

No Thank! - card game

Setup 🚧

Installing Prerequisites

  1. Node
  1. Yarn
curl -o- -L https://yarnpkg.com/install.sh | bash
  1. Python
  1. Django
pip install Django

Editor Packages

The following are helpful packages to install in your editor.

Atom

Running No Thanks 🚀

To start No Thanks:

  1. Install dependencies with yarn yarn install
  2. Install python virtual environment (the name has to be venv) virtualenv venv
  3.   source venv/bin/activate
    
  4. Install all the Django dependencies pip install -r requirements.txt
  5. Lastly for python 2 users npm run py2 And for python 3 users npm run py3

Open your browser and type localhost:8000 to run No Thanks locally

Style Guide 💅

All code must follow Airbnb JavaScript Style Guide.