tacocat-gallery-sveltekit Svelte Themes

Tacocat Gallery Sveltekit

Front end web app for the Tacocat photo gallery website that uses the Sveltekit framework

tacocat-gallery-sveltekit

Front end of the Tacocat photo gallery website using the Sveltekit application framework.

Prerequisites

  • Node.js 24+ - Install via nvm, fnm, or nodejs.org
  • gitleaks (optional) - Secret scanner for pre-commit. Install via gitleaks releases. The pre-commit hook will warn but continue if not installed.

Installation

Clone this project, cd into its directory, install dependencies with npm install.

Run Development Version

Start development server: npm run dev

Production

  1. Create the production assets: npm run build
  2. Deploy the build to staging with npm run deploy-staging and see results at https://staging-pix.tacocat.com/
  3. Deploy the build to production with npm run deploy-prod and see results at https://pix.tacocat.com/

More Info

Top categories

Loading Svelte Themes