Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 944 Bytes

File metadata and controls

57 lines (36 loc) · 944 Bytes

aural

A React Native cross-platform aural experience. (WIP)

Note: Currently only configured for iOS

Reflex

Brief of the project

Aural is a mobile app that enables you to curate your own playlists by importing (music, podcasts, videos) from different platforms via the native ShareTools.

System Architecture

TBD

Usage

TBD

Development

Setup

Dependencies

Running

Locally

  1. Install dependencies:
yarn install
  1. Run the local app server:
yarn start
  1. Navigate to Xcode and build and run application.

Linting

Aural uses eslint. You can lint your code with the following command:

yarn run lint

Tests

yarn run test