https://github.com/systemli/ticker-admin
Systemli Ticker Admin
https://github.com/systemli/ticker-admin
Last synced: about 1 year ago
JSON representation
Systemli Ticker Admin
- Host: GitHub
- URL: https://github.com/systemli/ticker-admin
- Owner: systemli
- License: gpl-3.0
- Created: 2018-12-11T13:28:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:44:39.000Z (about 1 year ago)
- Last Synced: 2025-04-11T16:55:40.105Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.systemli.org/en/service/ticker.html
- Size: 4.73 MB
- Stars: 7
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ticker-admin
[](https://github.com/systemli/ticker-admin/actions/workflows/integration.yml) [](https://sonarcloud.io/summary/new_code?id=systemli_ticker-admin) [](https://sonarcloud.io/summary/new_code?id=systemli_ticker-admin) [](https://sonarcloud.io/summary/new_code?id=systemli_ticker-admin)
## Development
**Requirement:** Running instance of [ticker](https://github.com/systemli/ticker), default:
```shell
# Install dependencies
yarn install
# Start development server (http://localhost:3000)
yarn run dev
```
## Configuration
Place configuration in `.env` file and restart/rebuild the ticker-admin
```shell
TICKER_API_URL=http://localhost:8080/v1
```