Skip to content

joelseq/linkstowr-web

Repository files navigation

LinkStowr Web App

Web App for creating an account and generating an access token which can be used to save links from a Chromium based browser directly into Obsidian.

The other repos:

LinkStowr API

LinkStowr Chrome Extension

LinkStowr Obsidian Plugin

Developing

In order to run the local development setup for the web app, you will also need to run the server locally. You can follow the instructions in the API repo's README for how to do that.

After you've got the server setup and running, install the dependencies for this repo with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.