Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 .env

2. Run services
```sh
docker compose up
```

3. Clone camera data
```sh
docker compose exec backend ./clone_camera_data.sh
# Please input SFTP password
```