Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1014 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1014 Bytes

The Galaxy's Most Default-est New Tab Experience

This project is the landing page for an ultra-minimalist extension/plugin for modern browsers.

Reference image of the new tab extension: shot

Current Features

  • Theme selection
  • Current date display

Installation

Prerequisites

  • Node 12 or greater is installed
  • Your favorite package manager (Yarn will be used in the example)

Installing

To get started after cloning the repo, we'll get any required packages installed:

yarn install

Running and Developing

Next we'll get it up and running locally so we can work on any future changes:

yarn dev

Contribution

Since this is a learning project meant to work with Eleventy, a more minimal javascript framework that relies on templating engines, I don't recommend contributing to this directly. Feel free to fork and build on it with your own spin!