Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

allthingslinux/predictions.atl.dev

Repository files navigation

predictions

https://predictions.atl.dev/

Getting Started

Prerequisites

  • Node.js (recommended: latest LTS)
  • npm
  • Wrangler (for Cloudflare preview and deployment only)

Local Development

npm install
npm run dev

Visit http://localhost:5173 in your browser.

Environment Setup

  1. Copy the environment template and fill it in with your InfluxDB information:

    cp .env.example .env

Build for Production

npm run build

Docker

Build and run the app using Docker:

docker build -t predictions .
docker run -p 3000:3000 predictions

Or use Docker Compose:

docker-compose up --build

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors