Skip to content

rodalcala/quarantinometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarantinometer

Introduction

Simple SPA that helps its users keep track of their quarantine time.

Getting started

If (for some reason) you would like to run this app locally, do as follows:

yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the result.

Deployments

If instead you would like to visit a live version of quarantinometer, you can checkout https://quarantinometer.now.sh/ Or for the latest (non-stable) release: https://quarantinometer-git-development.rodalcala.now.sh/

Stack

This is a Next.js project bootstrapped with create-next-app.