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
- Create the production assets:
npm run build
- Deploy the build to staging with
npm run deploy-staging and see results at https://staging-pix.tacocat.com/
- Deploy the build to production with
npm run deploy-prod and see results at https://pix.tacocat.com/
More Info