Skip to content

leinonenko/ark-app

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%