bartosjiri / dogvision

An app for visualizing a dog's color perception

Home Page:https://dogvision.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DogVision logo


Requirements

Development

  1. Install project dependencies:
    pnpm i
    
  2. Run the application in the development mode:
    pnpm run dev
    

Deployment

Using providers with SvelteKit support

  1. Deploy the application using the provider of your preference with SvelteKit support.
  2. Provide required environment variables based on the .env.example file.

Self-hosting

  1. Set up required environment variables based on the .env.example file.
  2. Follow the SvelteKit's node server deployment documentation.

Acknowledgements

The color model has been inspired by András Péter's Dog Vision project.

About

An app for visualizing a dog's color perception

https://dogvision.vercel.app


Languages

Language:Svelte 64.0%Language:TypeScript 22.8%Language:SCSS 10.2%Language:JavaScript 2.5%Language:HTML 0.6%