The timer for the lightning hacks initiative, powered by IMEsec. You can use it on this site: https://timer.imesec.ime.usp.br
npm
oryarn
(npm i -g yarn
)docker
for production buildsmake
for production builds
- Clone this repository.
git clone https://github.com/IMESec-USP/lightning-hacks-timer.git
- Run
npm i
oryarn
on the directory. - Run
make
ornpm start
oryarn start
.
- Clone this repository.
git clone https://github.com/IMESec-USP/lightning-hacks-timer.git
- Run
npm i
oryarn
. - Run
make build
. This builds a docker image calledtimer
. - Run the image by using
docker run -P timer
.