https://github.com/flipperdevices/firmware-report-client
https://github.com/flipperdevices/firmware-report-client
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flipperdevices/firmware-report-client
- Owner: flipperdevices
- Created: 2022-10-22T17:41:38.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-13T10:36:39.000Z (about 2 years ago)
- Last Synced: 2025-01-25T14:41:56.752Z (over 1 year ago)
- Language: Svelte
- Size: 74.2 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Flipper Zero FW build report analyzer frontend
# Requirements
Docker or node.js
# Development
You need to set the FW_BACKEND_URL env variable to point to the backend server, eg
`FW_BACKEND_URL=127.0.0.1:6754`
- `make install` - to install node.js modules
- `make run` - to start node.js development server
- `make build` - to build site dist
- `make preview` - to build site dist and start preview server
- `make docker` - build `firmware-report-client` and tag with `latest`
- `make docker_nginx` - build docker image and start nginx service
# Testing
`curl -v http://127.0.0.1:5173`
# Production
- `make docker` - build `firmware-report-client` and tag with `latest`
- Upload to container docker repository