etaletai13 / TaxClock

Time is money. So, paying your taxes means that you are actually giving government your time, or labour. This project helps you calculate exactly how much time you spend working for the government. Accessible at https://taxclock.codeforkenya.org/

Home Page:https://taxclock.codeforkenya.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaxClock

Time is money. So, paying your taxes means that you are actually giving the government your time, or labour. This project helps you calculate exactly how much time you spend working for the government.

Original website is accessible at https://taxclock.codeforkenya.org/

Instances:

Embedding

To embed the TaxClock on your site, place the html code onto your page

<script src="https://taxclock.codeforkenya.org/embed.js"/>

Installation:

TaxClock uses Jekyll.

Deploy locally

To run locally, ensure that you are in the parent directory and run the commands below:

gem install jekyll bundler
jekyll s

Deploy to Github Pages

Simply have it on Github and follow the instructions here.

Deploy to S3

To deploy to S3, we are using the very cool s3_website gem.

Make sure to copy and edit s3_website.example.yml as s3_website.yml and then;

gem install s3_website
s3_website cfg apply
s3_website push 

For detailed instructions, check out s3_website gem.

License

GNU GPL v3

About

Time is money. So, paying your taxes means that you are actually giving government your time, or labour. This project helps you calculate exactly how much time you spend working for the government. Accessible at https://taxclock.codeforkenya.org/

https://taxclock.codeforkenya.org/

License:GNU General Public License v3.0


Languages

Language:CSS 73.9%Language:JavaScript 19.1%Language:HTML 7.0%