An open API service indexing awesome lists of open source software.

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.

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.