Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.86 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.86 KB

ticker-frontend

Integration Quality Gate Status Maintainability Rating Coverage

This is the frontend for the ticker project. It provides a simple single page website to present your ticker.

Getting started

Prerequisites

First start

  1. Optional: Install NodeJS with nvm

    nvm use
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev
  4. Open the website in your browser: http://localhost:4000

Screenshots

Screenshot Desktop Screenshot Desktop

Screenshot Mobile Screenshot Mobile

License

GPL-3.0 license. See LICENSE for more information.