Skip to content

Aphasia-Chatter/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aphasia Technical Documentation

Built with Starlight

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.

Viewing the Documentation

Run npm install first, then:

npm run build
npm run preview

Starts 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.

Updating the Documentation

Run npm install first, then:

npm run dev

Starts 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published