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.
Files
terminally-online/README.md
Nikolaos Karaolidis cca5cf6781 Initial commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-07-08 17:47:05 +03:00

944 B

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.