https://github.com/pysatellite/sli
Satellite Location Information
https://github.com/pysatellite/sli
edu firebase location-info satellite
Last synced: 7 months ago
JSON representation
Satellite Location Information
- Host: GitHub
- URL: https://github.com/pysatellite/sli
- Owner: pySatellite
- Created: 2023-11-08T02:32:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T13:24:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T03:34:01.267Z (9 months ago)
- Topics: edu, firebase, location-info, satellite
- Language: TypeScript
- Homepage: https://satellite-info.web.app
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sli
## Installation
Install the application dependencies by running:
```sh
npm install
```## Development
Start the application in development mode by running:
```sh
npm run dev
```## Production
Build the application in production mode by running:
```sh
npm run build
```## DataProvider
The included data provider use [ra-data-json-server](https://github.com/marmelab/react-admin/tree/master/packages/ra-data-json-server). It fits REST APIs powered by [JSON Server](https://github.com/typicode/json-server), such as [JSONPlaceholder](https://jsonplaceholder.typicode.com/).
You'll find an `.env` file at the project root that includes a `VITE_JSON_SERVER_URL` variable. Set it to the URL of your backend. By default, we set it to targets [JSONPlaceholder](https://jsonplaceholder.typicode.com/).