🌐 Promo website for qsv pro, a spreadsheet data wrangling desktop app. Includes download links for Windows, macOS, & Linux. Website built with Astro as a static site.
Find a file
2024-08-30 22:44:36 -04:00
.github/workflows ci: attempt adding latest 2024-03-13 14:25:31 -04:00
public chore: update favicon.ico 2024-07-16 15:55:50 -04:00
src chore: should not have an antivirus warning anymore for Windows 2024-08-30 22:44:36 -04:00
.gitignore build: remove pnpm & use bun, update installation steps and deps 2024-05-02 17:58:17 -04:00
astro.config.mjs fix: update to using new subdomain URL 2023-12-05 12:26:56 -05:00
bun.lockb build: remove pnpm & use bun, update installation steps and deps 2024-05-02 17:58:17 -04:00
license feat: initial commit! 2023-12-04 22:02:40 -05:00
package.json build: remove pnpm & use bun, update installation steps and deps 2024-05-02 17:58:17 -04:00
README.md build: remove pnpm & use bun, update installation steps and deps 2024-05-02 17:58:17 -04:00
tailwind.config.cjs feat: initial commit! 2023-12-04 22:02:40 -05:00
tsconfig.json feat: initial commit! 2023-12-04 22:02:40 -05:00

qsvpro.dathere.com

Promotional website for qsv pro. Based on the Tailcast template using Astro.

preview

Preview GIF above may not reflect how the current version of the website looks.

Tech stack:

Astro, React, Tailwind, Framer Motion

How to run

All commands are run from the root of the project, from a terminal. We use bun:

Command Action
bun install Installs dependencies
bun dev Starts local dev server at localhost:3000
bun run build Build your production site to ./dist/
bun preview Preview your build locally, before deploying