new-tab
⚡ A high-performance browser new tab page that gets you where you need to go faster.
File Explorer
Download Latest Version (.zip)- audit.yml
- ci.yml
- codeql.yml
- publish.yml
- semgrep-pro.yml
- semgrep.yml
- typos.yml
- renovate.json
- extensions.json
- launch.json
- mcp.json
- settings.json
- BookmarkBar.ts
- BookmarkNode.ts
- Link.ts
- Menu.ts
- Search.ts
- SearchResult.ts
- auto.css
- black.css
- catppuccin-frappe.css
- catppuccin-latte.css
- catppuccin-macchiato.css
- catppuccin-mocha.css
- dark.css
- hacker-blue.css
- hacker-pink.css
- hacker-terminal.css
- light.css
- neon-dreams.css
- tilde-club.css
- newtab.css
- newtab.ts
- settings.css
- settings.ts
- sw.ts
- theme.ts
- types.ts
- utils.ts
- icon128.png
- icon16.png
- icon48.png
- newtab.html
- settings.html
- newtab-default.png
- settings-default.png
- fixtures.ts
- newtab.spec.ts
- screenshot.css
- settings.spec.ts
- sw.spec.ts
- BookmarkBar.test.ts.snap
- BookmarkNode.test.ts.snap
- Link.test.ts.snap
- Menu.test.ts.snap
- Search.test.ts.snap
- BookmarkBar.test.ts
- BookmarkNode.test.ts
- index.test.ts
- Link.test.ts
- manifest.test.ts
- Menu.test.ts
- newtab.test.ts
- Search.test.ts
- SearchResult.test.ts
- settings.test.ts
- sw.test.ts
- theme.test.ts
- utils.test.ts
- setup.ts
- .gitignore
- .oxlintrc.json
- biome.jsonc
- build.ts
- bun.lock
- bunfig.toml
- CLAUDE.md
- eslint.config.js
- globals.d.ts
- LICENSE
- manifest.config.ts
- modules.d.ts
- package.json
- playwright.config.js
- README.md
- SPEC.md
- stylelint.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/maxmilton/new-tab
Downloads the entire project code from GitHub to your computer.
cd new-tab
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
