eternagame / eterna-mobile

Eterna mobile app
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link
android citsci citscigames hacktoberfest ios mobile mobile-app rna vue

Eterna Mobile

Port of the Eterna puzzle progression for Android and iOS.

Interested in development? Join the discussion on the Eterna Discord!

Eterna Discord

Setup

If you want to build for a specific platform you'll also need to install their respective prerequisites:

For development

To quickly test the app, run npx cordova run <platform> This will do the following:

npx cordova run browser is probably a good starting point, which will build the app for the browser, spin up a local web server, and open your browser to it.

For more information, see the Cordova CI documentation

For production builds