https://github.com/titouanc/whistiti
A pretext project to use the hypest web technologies materialized as a whist game
https://github.com/titouanc/whistiti
Last synced: 22 days ago
JSON representation
A pretext project to use the hypest web technologies materialized as a whist game
- Host: GitHub
- URL: https://github.com/titouanc/whistiti
- Owner: titouanc
- Created: 2015-02-02T09:04:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T16:22:18.000Z (about 10 years ago)
- Last Synced: 2025-02-08T13:30:06.848Z (2 months ago)
- Language: Python
- Size: 4.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whistiti
A pretext project to use the hypest web technologies:
* crossbar.io and Autobahn
* HAML, SASS, Coffeescript## Requirements
Requirements for the python project coul be installed with
virtualenv ve
source ve/bin/activate
pip install -r requirements.txtTo compile the templates, you need the 3 programs `haml`, `sass` and `coffee`, and also `make`.
The compiled versions of the templates are in the repo if you just want to test the frontend without hacking it.## Run it !
```shell
crossbar start # Start the wamp broker
make # Compile templates
pythapp.py # Start the main app
```