0.1.196 • Published 3 years ago

sage-online v0.1.196

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Sage Online

Running Locally

Web

Install the dependencies:

yarn install

Start the app:

yarn start

iOS (iPad Emulator)

Make sure XCode is installed and up to date.

Install the dependencies:

yarn install

Install the provisioning profiles to run the project (there's a script for this!):

. ./scripts/devSetupIOS.sh

Run the app in an iPad Emulator:

yarn run:ipad

Windows (Electron)

Install the dependencies:

yarn install

Run the app in Electron:

yarn run:electron

(Note: when running the app locally, we have the development console opened by default. Be aware that it will not be there in production)