/new-tab

Inspired by dustinrouillard/tabatha. This is my ✨special✨ version of it.

Primary LanguageTypeScript

new-tab

Inspired by https://github.com/dustinrouillard/tabatha. This is my special version of it.

Features

  • Themes (dark/light)
  • Greeting (+ change its position)
  • Search
  • Weather (+ change its position)

Installation

Dev

  1. Install dependencies: npm install
  2. Start dev server: npm run dev

Production

  1. Install dependencies: npm install
  2. Package the code: npm run pkg
    • To test it, first run npm run dev:pkg
  3. Done!