# Tangent Website This website is hosted at [tangentnotes.com](https://www.tangentnotes.com). It is automatically deployed via Vercel when changes are pushed to the `main` branch on GitHub. ## Local Development Install dependencies at the root of the monorepo with `npm ci`. Run the development server with `npm run dev`. To build locally, run: ## Screenshots The `./static/shots` folder contains screenshots used by `ImageSwitch.svelte`. This allows screenshots to switch between light & dark along with the appearance of the website. These screenshots are _automatically_ generated by the playwright tests in `../tangent-electron/tests-integration/screenshots/`.