A lightweight application to visualise the tandem repeat regions reported by ribbit.
- Node.js 14+ (or LTS)
- npm or yarn
Clone the repository and install dependencies:
git clone
cd ribbit-viz
npm install
# or
# yarn installCreate a .env file in the project root (if used) and add environment variables required by the app. Example:
REACT_APP_API_URL=http://localhost:4000
PORT=3000
Adjust keys to match the app's configuration.
Start the development server with hot reload:
npm start
# or
# yarn startOpen http://localhost:3000 (or the port configured) in your browser.
Create an optimized production build:
npm run build
# or
# yarn buildServe the contents of the build/ (or dist/) directory with a static server or deploy to your hosting provider.
Run tests:
npm test
# or
# yarn testAdd or update tests under the __tests__ or tests directory as appropriate.
Adjust scripts to match the project's tooling.
Specify a license in LICENSE (e.g., MIT). If none, add one before distribution.
For questions or issues, open an issue in the repository.
Email: avvaruakshay@gmail.com