Skip to content

Alarms & Clock clone from Windows 10 built as a PWA

License

Notifications You must be signed in to change notification settings

danilobjr/timer

Repository files navigation

Timer

Alarms & Clock clone from Windows 10 built as a PWA. Just for fun.

Requirements

Installation

Open a terminal and clone the repository in your local machine by running this command.

git clone https://github.com/danilobjr/timer.git

Navigate to the project folder.

cd timer

Install project dependencies.

npm install

Running

To run the application locally just run the dev script.

npm run dev

And open localhost:3000 on your browser.

Deploy

You can easily deploy using now. First install it using npm.

npm install -g now

Login or create an zeit account.

now login

Navigate to project folder.

cd timer

Deploy to Zeit cloud by just running:

now

License

MIT © Made with love a keyboard by Danilo Barros

About

Alarms & Clock clone from Windows 10 built as a PWA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published