Skip to content

MatthieuStadelmann/arbolitics

Repository files navigation

Arbolitics Weather Dashboard

A Next.js dashboard application for visualizing weather data from Arbolitics sensors.

Getting Started

Prerequisites

  • Node.js 18.x or later
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/MatthieuStadelmann/arbolitics
  1. Navigate to the project directory:
cd arbolitics
  1. Install dependencies:
npm install
# or
yarn install
  1. Create environment file: Create a .env.local file in the root directory with the following content:
NEXT_PUBLIC_API_URL=https://staging-api.arbolitics.com
  1. Run the development server:
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published