If you are a contributor, or you are looking for someting to contribute to, a guide on how to set up Amy for development (more detailed, and OS-specific instructions) would be greatly appreciated!
Clone to your server, then insert secrets.json
and install with npm ci
. Run with npm start
.
Instead of installing with
npm install --production
use
npm install
instead, as it will also install dependencies only used at runtime.