Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed Dec 29, 2023
1 parent 963e192 commit 79c8da3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
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
```

0 comments on commit 79c8da3

Please sign in to comment.