Skip to content

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

Sponsor this project

Packages

No packages published

Contributors 3

  •  
  •  
  •