Skip to content

ronaldleung1/tomatillo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomatillo

Tomatillo is a supercharged pomodoro timer with features for open source developers.

Development environment setup

Technologies: Next.js, Chakra UI, GitHub REST API, and Vercel

Stuff you need installed ahead of time:

  • Git
  • npm

Clone the repository:

$ git clone https://github.com/googol88/tomatillo.git

Enter the directory:

$ cd tomatillo

Install dependencies:

$ npm install

Run the app in development mode (open http://localhost:3000 in the browser):

$ npm run dev

Deploy it to the cloud with Vercel (Documentation).

License

This project is licensed under the MIT license. Please see LICENSE.md for the full text.

MIT License