Skip to content

desttinghim/fcc-pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Code Camp Pomodoro Project

This is a pomodoro timer built with haxe and mithril (using the hx-mithril library).

Building

To locally build this web app, you will need Haxe 3.4.2 from haxe.org. Once you have downloaded and installed Haxe, cd into this folder and run the following commands:

# in the root of the repository
haxelib install build.hxml
haxe build.hxml

Then run a web server to view the results. I personally use http-server from npm for testing, like so:

# in the root of the repository
http-server bin/

Releases

No releases published

Packages

No packages published