Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 742 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 742 Bytes

isthetoiletfree

Deploying the client:

git remote add pi [email protected]:isthetoiletfree.git

Deploying the server:

git remote add heroku [email protected]:isthetoiletfree.git

Import the database schema on Heroku:

heroku pg:psql < schema.sql

Running in development:

supervisorctl
stop ittf
start ittfdev

Useful links

Licence

isthetoiletfree is released under the MIT licence: opensource.org/licenses/MIT