Skip to content

DanielPHenricks/VandyTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vandy Tab in Svelte

This is a one-tab application in progress. This is a modernized version of the original Vandy Tab application built in Svelte. See instructions below for installation:

Last updated: 2/6/2023

How to get started

Install the dependencies...

cd svelte-app
npm install

And start via:

npm run dev

How to view your code with live reloads

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

If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploying the Chrome Extension:

Follow these steps:

  1. Build the project into the dist/ folder.
  2. Navigate to chrome://extensions
  3. Toggle on dev mode and unpack the app.
  4. Reload Chrome and the homepage should be set by default!

About

A one-page extension built in Svelte

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors