https://github.com/axelio-dev/astralis-maps
Astralis Map is a French open-source mapping application designed for freedom, simplicity and respect for privacy.
https://github.com/axelio-dev/astralis-maps
expo navigation open-source react-native
Last synced: 4 months ago
JSON representation
Astralis Map is a French open-source mapping application designed for freedom, simplicity and respect for privacy.
- Host: GitHub
- URL: https://github.com/axelio-dev/astralis-maps
- Owner: axelio-dev
- Created: 2025-10-19T15:07:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-13T21:01:07.000Z (7 months ago)
- Last Synced: 2025-12-15T16:12:32.053Z (7 months ago)
- Topics: expo, navigation, open-source, react-native
- Language: TypeScript
- Homepage:
- Size: 646 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astralis Maps
Astralis Maps is a Google Maps-style application that respects user privacy:
**no data is collected**, **everything is stored on the user's device**, and the project is **open-source**.
## Technologies Used
This application uses:
- [Expo](https://expo.dev) for cross-platform development
- [MapLibre](https://maplibre.org/) for map rendering
- A **custom map style**
## Getting Started
To run the project locally:
1. Install dependencies
```bash
npm install
```
2. Start the application
```bash
npx expo start
```
You can then open the app on:
- a development build
- an Android emulator
- an iOS simulator
- [Expo Go](https://expo.dev/go)
## Project Structure
Development mainly happens in the **app** folder, using [file-based routing](https://docs.expo.dev/router/introduction).
### Resetting the Project
To start fresh while keeping the starter code:
npm run reset-project
The original starter code will be moved to the **app-example** folder.
## Resources
- [Expo Documentation](https://docs.expo.dev/)
- [Learn Expo Tutorial](https://docs.expo.dev/tutorial/introduction/)
- [Expo Discord Community](https://chat.expo.dev)
- [Expo GitHub](https://github.com/expo/expo)
---
⚠️ **Project Status:**
Development is currently **on hold indefinitely** due to lack of knowledge to continue.