Skip to content

Latest commit

Β 

History

History
31 lines (18 loc) Β· 614 Bytes

README.md

File metadata and controls

31 lines (18 loc) Β· 614 Bytes

Setup

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!


HitCount

Return to main README


Server Managers

Clone to your server, then insert secrets.json and install with npm ci. Run with npm start.

Developers

Instead of installing with

npm install --production

use

npm install

instead, as it will also install dependencies only used at runtime.