Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinsun7/nipstone
Smart functionality for on-site intelligence. A modular add-on system built for safety helmets to augment the user experience with a myriad of new tools.
https://github.com/justinsun7/nipstone
Last synced: about 1 month ago
JSON representation
Smart functionality for on-site intelligence. A modular add-on system built for safety helmets to augment the user experience with a myriad of new tools.
- Host: GitHub
- URL: https://github.com/justinsun7/nipstone
- Owner: justinsun7
- Created: 2024-08-31T15:04:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T19:05:12.000Z (4 months ago)
- Last Synced: 2024-10-09T12:40:59.809Z (3 months ago)
- Language: TypeScript
- Homepage: https://crosswares.com/
- Size: 52.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crossware web
## Install
1. .env config
Copy `frontend/.env.sample` and create `frontend/.env`.
Copy `backend/.env.sample` and create `backend/.env`.
Fill in the missing fields in each .env2. Run services
```sh
docker compose up
```3. Clone camera data
```sh
docker compose exec backend ./clone_camera_data.sh
# Please input SFTP password
```