elliottregan / hydrotab

A simple water tracker browser extentions that reminds you to stay hydrated.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HydroTab

Requirements

  • Docker

Alternatively, you can run the build commands found in package.json with

Build Commands

Build for Web

Building HydroTab as a regular web page, run the following:

make build

Build Browser Extension

Building the browser extension includes a background process, manifest.json, and will package everything up into a .zip file for submission.

make build-browser

Development Commands

Development for the Web

To run the development environment, run:

make develop

Develop Browser Extension

The build tool, Vite, doesn't have a development mode that supports Web Extension development, so for now, you just have to run the same production build command to test the browser extension.

make build-browser

About

A simple water tracker browser extentions that reminds you to stay hydrated.


Languages

Language:Vue 49.9%Language:TypeScript 31.1%Language:SCSS 13.3%Language:HTML 2.9%Language:Makefile 1.2%Language:JavaScript 0.7%Language:Dockerfile 0.4%Language:CSS 0.4%Language:Shell 0.1%