Skip to content

hamtie/nash

 
 

Repository files navigation

Nash reality testing

The server code is currently only tested on Ubuntu 16.04 (Xenial).

To setup and start running:

  • install flask, nodejs, npm, nodemon
  • install karma-cli [sudo] npm install -g karma-cli
  • make env
  • source activate
  • python manage.py init_db
  • python manage.py runserver

To run tests:

  • ./runtests.sh

To run the website so that it will be externally visible, do this:

  • python manage.py runserver --host 0.0.0.0

Flask-User-starter-app was used as a starting point for this code repository.

About

Nash reality testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 32.6%
  • Python 32.4%
  • HTML 27.6%
  • CSS 5.9%
  • Shell 1.0%
  • Mako 0.3%
  • Makefile 0.2%