Here's ways in which you can contribute:
- Found a bug or have a feature request?
- Search for it in the existing issues
- Open a new issue if it doesn't yet exist
- Comment or upvote existing issues (active issues will likely be prioritized)
- Submit a pull request (please discuss in an issue first)
Hollama is a static site built with:
- TypeScript
- Svelte & SvelteKit
- Vite
- Tailwind CSS
- Playwright
- Electron
Install dependencies with npm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
# run the app with Electron
npm run electron
To create a production version of Hollama:
npm run build
# or package with Electron
npm run electron:build
You can preview the production build with npm run preview
.