This is the frontend for the ticker project. It provides a simple single page website to present your ticker.
- Node.js (>= v22.14.0, lts/jod)
- Ticker running on http://localhost:8080
-
Optional: Install NodeJS with nvm
nvm use
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open the website in your browser: http://localhost:4000
Strings are localized on the locales folder. To add more languages, please update those files:
- i18n.ts to localize all strings
- MessageTime.tsx to localize
dayjsrelative times
To add a new string, please use the t('stringKey') notation and update all the locales.
GPL-3.0 license. See LICENSE for more information.



