Technical documentation for developers of Aphasia Chatter.
This documentation assumes the reader is technically savvy, is a developer of Aphasia Chatter, and has a good degree of contextual knowledge about the application.
Run npm install first, then:
npm run build
npm run previewStarts local production server at localhost:4321. Go to http://localhost:4321 to view the documentation.
Alternatively, run
npm run dev.
But don't use this command for hosting this documentation on a public server.
Additionally, search feature will be disabled.
Run npm install first, then:
npm run devStarts local development server at localhost:4321. Go to http://localhost:4321 to view the documentation.
Search feature is disabled for development server.
Since this is built with Astro Starlight, check out Starlight’s docs, read the Astro documentation.