| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install
npm run devVisit http://localhost:5173 in your browser.
Copy the environment template and fill it in with your InfluxDB information:
cp .env.example .envnpm run buildBuild and run the app using Docker:
docker build -t predictions .
docker run -p 3000:3000 predictionsOr use Docker Compose:
docker-compose up --build| Back | FazBrowse Home | New Git URL |