This repository has been archived on 2025-07-31 . You can view files and clone it, but cannot push or open issues or pull requests.
main
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
terminally-online
Terminally Online is a meme collection organizer powered by React Native.
Setup
Node
This project uses node 18. You can install nvm and run nvm use
in the project root to get the correct version.
Dependencies
Install node dependencies with npm install
.
Testing
The following commands can be used to lint the codebase, run tests, and build the project with typescript:
npm run lint
npm run test
npm run build
Installation
Android
Use the instructions on the React Native website to set up your environment. After that, you can run npm run compile
to generate the APK.
iOS
iOS devices are not supported and probably never will be. This is because Apple requires Mac device to build for iOS. See this for more information.
Description
Languages
TypeScript
94.8%
Java
4.8%
JavaScript
0.4%