Dinolingo is an Android/IOS app that make you draw dinos everyday and help you create your own little collection of dinos!!!!
Keep your streak or dino will come ... (he's actually nice :) )
- Just grab the latest release from the releases page and install it on your phone
- Clone the repo
git clone https://github.com/spectralo/dinolingo/
- Cd into the repo
cd dinolingo - Install the dependencies
bun install
Now you can choose to build a dev client or a standalone apk:
- Prebuild the app
bunx expo prebuild --platform android
- Start the expo server
bunx expo run:android
- Build the apk
bunx eas build --platform android --profile apk
-(Add --local flag to compile on your own machine)
- You can now install the apk on your phone!
Just connect using slack and start drawing your dino! \
You can contribute by opening an issue or a pull request! \
This project is licensed under the MIT License - see the LICENSE.md file for details