https://github.com/flowcommerce/track
UI for https://track.flow.io
https://github.com/flowcommerce/track
Last synced: about 2 months ago
JSON representation
UI for https://track.flow.io
- Host: GitHub
- URL: https://github.com/flowcommerce/track
- Owner: flowcommerce
- License: mit
- Created: 2016-09-19T19:05:48.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T13:32:48.000Z (3 months ago)
- Last Synced: 2026-03-06T14:53:29.643Z (3 months ago)
- Language: HTML
- Size: 4.9 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# track
UI for https://track.flow.io
## Development
To start the application in development mode run the following commands:
Webpack
```
npm run dev
```
Python HTTP Server
```
python -m http.server 8000
```
You can view the dev version of the page at: [http://localhost:8000/index-dev.html](http://localhost:8000/index-dev.html)
## Deploying
To deploy run the release command:
```
go run release.go
```
## CloudFlare redirects
This app is a static file that is hosted in S3 and served via CloudFlare. It's also responsible for handling redirect of pretty URLs like [https://track.flow.io/SF704472243261382](https://track.flow.io/SF704472243261382) to [https://track.flow.io/index.html?number=SF704472243261382](https://track.flow.io/index.html?number=SF704472243261382).
Note that the redirects are for the tracking code prefixes `F70` and `SF70`. If the tracking number format changes in any way, CloudFlare will need to be updated as well.