-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# skyportal-mobile | ||
|
||
Mobile version of the SkyPortal app | ||
|
||
<h1 align="center"> | ||
<br> | ||
<img | ||
src="https://github.com/skyportal/skyportal-mobile/raw/main/assets/images/icon.png" | ||
alt="SkyPortal Logo" | ||
width="100px" | ||
/> | ||
<br> | ||
SkyPortal Mobile | ||
<br> | ||
</h1> | ||
|
||
<h2 align="center"> | ||
An Astronomical Data Platform | ||
</h2> | ||
|
||
<p> | ||
<span style="font-size: 180%;"> | ||
Please see the <a href="https://skyportal.io">project homepage</a> for more information about the web application. | ||
</span> | ||
</p> | ||
|
||
## Installation & Usage | ||
|
||
SkyPortal Mobile relies on <a href="https://docs.expo.dev/">Expo</a> for building the mobile app. Installation and local development is relatively easy: | ||
|
||
``` | ||
npm install | ||
npx expo start | ||
``` | ||
|
||
## Production builds | ||
|
||
SkyPortal Mobile relies on <a href="https://docs.expo.dev/build/introduction/">EAS Build</a> for production builds. | ||
|
||
``` | ||
eas build | ||
``` |