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:
Install the dependencies...
cd svelte-app
npm installAnd start via:
npm run devNavigate 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.
To create an optimised version of the app:
npm run buildFollow these steps:
- Build the project into the dist/ folder.
- Navigate to chrome://extensions
- Toggle on dev mode and unpack the app.
- Reload Chrome and the homepage should be set by default!