Front end of the Tacocat photo gallery website using the Sveltekit application framework.
Clone this project, cd
into its directory, install dependencies with npm install
or pnpm install
or yarn
.
Start development server: npm run dev
-
Create the production assets:
npm run build
-
You can preview the build with
npm run preview
, though personally I haven't used this. -
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/