🌐 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-05-02 09:33:52 -04:00
.github/workflows ci: attempt adding latest 2024-03-13 14:25:31 -04:00
public chore: update SEO image with new screenshot 2024-03-06 16:14:28 -05:00
src refactor: add product demo request link & misc changes 2024-05-02 09:33:52 -04:00
.gitignore feat: initial commit! 2023-12-04 22:02:40 -05:00
astro.config.mjs fix: update to using new subdomain URL 2023-12-05 12:26:56 -05:00
bun.lockb build: use bun lockfile 2024-03-13 14:24:39 -04:00
license feat: initial commit! 2023-12-04 22:02:40 -05:00
package-lock.json feat: initial commit! 2023-12-04 22:02:40 -05:00
package.json chore: update deps, use diff datHere logo 2024-04-03 12:33:00 -04:00
pnpm-lock.yaml chore: update deps, use diff datHere logo 2024-04-03 12:33:00 -04:00
README.md docs: use pnpm in README 2023-12-05 12:49:56 -05: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:

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