Know your Timezones better.
This is a Monorepo comprising of both the Front end app as well as a miniature server that pulls the timezone information. The server is powered by worldtimeapi.org.
Start the server
cd ./server
yarn install
yarn run dev
Start the frontend App
cd ./client
yarn install
yarn run start
- 0.0.1
- First Release
Your Name – @prabhumurthy2 – prabhu.m.murthy@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/prabhuignoto
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request