Skip to content

Portable version of Neural Numbers for use as a suitcase exhibit

License

Notifications You must be signed in to change notification settings

IMAGINARY/neural-numbers-mini

Repository files navigation

neural-numbers-mini

Portable version of Neural Numbers for use as a suitcase exhibit

Sentry

This project uses Sentry to track errors in production.

Unhandled exceptions and console.error messages will be sent if the Sentry DSN is set.

The Sentry DSN will be read from:

  • The sentry-dsn query string argument. (Read from the browser)
  • The sentryDSN key in config.json. (Read at build-time only)
  • The SENTRY_DSN environment variable. (Read at build-time only)

To enable Sentry, set the SENTRY_DSN environment variable to your Sentry DSN.

Idle timeout

The app will automatically close the training panel after a period of inactivity.

The timeout duration (in seconds) can be set through:

  • The idle-timeout query string argument. (Read from the browser)
  • The idleTimeout key in config.json. (Read at build-time only)
  • The IDLE_TIMEOUT environment variable. (Read at build-time only)

The default value is 60 seconds. Set to 0 to disable the timeout.

Credits

Adapted by Eric Londaits from the Neural Numbers exhibit created by Aaron Montag for IMAGINARY gGmbH.

License

Copyright 2019-2022 IMAGINARY gGmbH. Licensed under the MIT License (see LICENSE).

About

Portable version of Neural Numbers for use as a suitcase exhibit

Resources

License

Stars

Watchers

Forks

Packages

No packages published