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
GPL-3.0 license. See LICENSE for more information.