Skip to content
Matthew Cochran edited this page Oct 10, 2024 · 2 revisions

FAQ


Q:

How can I run the application in production mode?

A:

Build the application using npm run build and then serve it with npm run serve.

Q:

Where can I find the API documentation?

A:

The API documentation is generated using JSDoc and can be found in the docs/ directory.

Clone this wiki locally