An open API service indexing awesome lists of open source software.

https://github.com/newspicel/lattice

Just another matrix client
https://github.com/newspicel/lattice

matrix matrix-client

Last synced: about 2 months ago
JSON representation

Just another matrix client

Awesome Lists containing this project

README

          

# Lattice

A desktop [Matrix](https://matrix.org) client for macOS and Linux.

Built with Electron, React, and the [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk).

## Development

```bash
pnpm install
pnpm dev
```

## Scripts

- `pnpm dev` — run the app in development mode
- `pnpm build` — build the app
- `pnpm test` — run tests
- `pnpm lint` — lint sources
- `pnpm typecheck` — typecheck node and web targets
- `pnpm package:mac` — package for macOS
- `pnpm package:linux` — package for Linux

## License

MIT