metropolia-ark / ark-app

Concept application for an animal-centered social media platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARK

Concept application for an animal-centered social media platform.

Prerequisites

  • Node (>= 16.0.0) and npm (>= 8.0.0) can be installed from here
  • (optional) GitHub Desktop client can be installed from here
  • (optional) ESLint extension for Visual Studio Code or WebStorm

Demo video

The demo video can be found on YouTube.

Usage

1. Clone this repository using any git client

git clone https://github.com/metropolia-ark/ark-app.git

2. Install the dependencies using npm

npm install

3. Run the app on an Android emulator or iOS simulator, respectively

npm run android
npm run ios

4. (optional) Run ESLint code style check at any time during development. Use the :fix suffix to fix issues that ESLint can automatically fix.

npm run lint
npm run lint:fix

About

Concept application for an animal-centered social media platform.

License:Apache License 2.0


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%