/dogvision

An app for visualizing a dog's color perception

Primary LanguageSvelte

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.