Requirement: Running instance of ticker, default: http://localhost:8080/v1
# Install dependencies
yarn install
# Start development server (http://localhost:3000)
yarn run devPlace configuration in .env file and restart/rebuild the ticker-admin
TICKER_API_URL=http://localhost:8080/v1Strings are localized on the locales folder. To add more languages, please update those files:
- i18n.ts to localize all strings
- UserListItem.tsx to localize
dayjsrelative times
To add a new string, please use the t('stringKey') notation and update all the locales.