Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.5 KB

lithium

android app for cobalt.tools, made with react native + expo

screenshots

home loading settings about

setup

if you just want the app, a prebuilt apk is available in the releases section.

if you want to build the app yourself, you can do so with the following steps:

  1. clone the repo

  2. install dependencies

yarn install
  1. make an expo account and log in with eas-cli
npx eas-cli login
  1. build the app
npx eas-cli build -p android
  1. profit

license

cobalt and, by extension, lithium, are licensed under AGPL-3.0