DEPRECATED - A constantly WIP prototype extension for exploring new tab UI
Перейти к файлу
Julian 8933a34bc9
Update README.md
2023-04-05 14:42:32 +02:00
.storybook initial commit 2020-08-14 16:48:29 +02:00
public add bg images 2020-08-18 17:21:51 +02:00
scripts initial commit 2020-08-14 16:48:29 +02:00
src add bg images 2020-08-18 17:21:51 +02:00
web-ext-artifacts add bg images 2020-08-18 17:21:51 +02:00
.gitignore initial commit 2020-08-14 16:48:29 +02:00
LICENSE Added license 2023-04-05 13:59:49 +02:00
README.md Update README.md 2023-04-05 14:42:32 +02:00
icon.svg build first extension 2020-08-18 13:57:40 +02:00
manifest.json add bg images 2020-08-18 17:21:51 +02:00
package-lock.json build first extension 2020-08-18 13:57:40 +02:00
package.json add bg images 2020-08-18 17:21:51 +02:00
rollup.config.js initial commit 2020-08-14 16:48:29 +02:00

README.md

This repository has been archived and is no longer maintained.


new-tab-scratchpad

Repository for prototyping different New Tab ideas for Firefox

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

Building and running in production mode

To create an optimised version of the app:

npm run build