https://github.com/zavbala/nebula
An Astro template for your iOS apps.
https://github.com/zavbala/nebula
Last synced: about 1 year ago
JSON representation
An Astro template for your iOS apps.
- Host: GitHub
- URL: https://github.com/zavbala/nebula
- Owner: zavbala
- Created: 2023-01-05T00:40:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:28:57.000Z (over 3 years ago)
- Last Synced: 2025-02-14T18:33:41.240Z (over 1 year ago)
- Language: Astro
- Homepage: https://nebulla.vercel.app
- Size: 472 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nebula 🔮
An Astro template for your iOS apps.

# Score

# Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/zavbala/nebula)
[](https://vercel.com/new/clone?repository-url=https://github.com/zavbala/nebula)
# Config
To customize this template with your stuff go to `app.json` and define your own.
```JSON
{
"ads": false,
"free": true,
"name": "App",
"theme": "", // default indigo
"contact": "contact@app.app",
"stores": {
"apple": "https://apps.apple.com/us/app/app/id1234567890",
"google": "https://play.google.com/store/apps/details?id=com.app.app"
},
"description": [ "1st", "2nd", "3rd"],
"features": [
{
"title": "Title",
"body": "Content"
},
...
],
"social": {
"twitter": "https://twitter.com/app",
"youtube": "https://www.youtube.com/app",
"discord": "https://discord.gg/app"
}
}
```