Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordij/bctt.nz
Website for the table tennis business league in Wellington NZ
https://github.com/jordij/bctt.nz
Last synced: 10 days ago
JSON representation
Website for the table tennis business league in Wellington NZ
- Host: GitHub
- URL: https://github.com/jordij/bctt.nz
- Owner: jordij
- Created: 2015-08-05T20:26:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:45:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T07:22:24.610Z (3 months ago)
- Language: HTML
- Homepage: http://bctt.nz
- Size: 9.82 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wagtail - Table Tennis Wellington Business Class
README
Busines Class Table Tennis Wellington
=====================================```
o . _______ _______
\_ 0 /______//______/| @_o
/\_, /______//______/ /\
| \ | || | / |```
Website for the TT business league in Wellington NZ. Available at [bctt.nz](http://bctt.nz)
## Basic setup
```
$ cd [my-dev-environment]
$ git clone [email protected]:jordij/bctt.nz.git
$ cd bctt.nz
$ vagrant up
[..... wait until everything gets installed.]
$ vagrant ssh
$ djrun
```Your instance is up and running! Available on **http://localhost:8111**
Backend based on [Wagtail CMS](https://wagtail.io)
Hosted on [Heroku](https://www.heroku.com)
Frontend based on [Twitter Bootstrap](http://getbootstrap.com) and [Flat UI Theme](http://designmodo.github.io/Flat-UI/).