No description
  • Vue 60.5%
  • JavaScript 36.4%
  • HTML 1.5%
  • SCSS 1.3%
  • Nix 0.3%
Find a file
2026-07-03 07:24:48 +00:00
dist Fix missing assets in dist 2026-07-02 11:44:03 +02:00
public Add front image for testing 2022-03-26 12:13:22 +01:00
src fix sidebar-footer out of view 2026-06-17 12:58:40 +02:00
.dir-locals.el dev environment support 2026-06-17 13:35:50 +02:00
.editorconfig Add .editorconfig 2020-09-02 13:11:44 +02:00
.envrc dev environment support 2026-06-17 13:35:50 +02:00
.eslintrc.js Add .eslintrc.js 2020-08-29 17:20:28 +02:00
.gitignore Fix missing assets in dist 2026-07-02 11:44:03 +02:00
babel.config.js yarn lint --fix 2020-08-29 17:20:52 +02:00
package.json Bump dependencies 2024-02-15 20:42:47 +01:00
README.md Update README.md 2026-07-03 07:24:48 +00:00
shell.nix dev environment support 2026-06-17 13:35:50 +02:00
vue.config.js Add version as env variable 2021-03-05 18:42:12 +01:00
yarn.lock dev environment support 2026-06-17 13:35:50 +02:00

audio-memory

Usage

Download and unzip the latest release. The memory can be configured in either memory.js or memory.json. Further instructions can be found there as well.

Finally, distribute the entire directory including all custom assets such as images or audio files. Opening index.html starts the memory.

Development

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.