| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A comprehensive user interface for interacting with Llama Stack API endpoints.
Comprehensive documentation is available in the documentation directory:
For a quick overview of the project, see the Documentation Home.
For detailed installation instructions, please refer to our OS-specific guides:
# Install server dependencies
cd server && npm install
# Install client dependencies
cd ../client && npm installConfigure environment variables:
Start the development server:
# Start server
cd server && npm run dev
# set the environment variable for the proxy
export REACT_APP_API_URL=http://localhost:3001/api
# Start client (in a new terminal)
cd client && npm startThis will start both the Express server and the React development server.
For detailed usage instructions, please refer to the User Guide.
The project includes comprehensive test suites for both client and server components.
cd client
npm testcd server
npm testTo run tests with coverage reports:
# Client coverage
cd client
npm test -- --coverage
# Server coverage
cd server
npm test -- --coverageThe client configuration is managed through the server. No separate .env file is needed for the client in development mode.
You can also configure the Llama API URL in the Settings page of the application.
For more detailed configuration options, please refer to the Developer Guide.
This project is licensed under the ISC License.
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
For more information on how to contribute, please refer to the Developer Guide.
| Back | FazBrowse Home | New Git URL |