Official website for Mlem, an open source iOS client for the Lemmy.
# Install dependencies
npm install
# Development server with Turbopack
npm run dev
This repository uses ESLint for code quality and Prettier for code formatting. You must run npm run lint
and npm run format
before committing your code.
Important
This is an obligatory step for keeping code quality and consistency if you plan to contribute to this repository.
The Mlem app and website (this repository) are licensed under the GPL v3.0 license.