A Next.js dashboard application for visualizing weather data from Arbolitics sensors.
- Node.js 18.x or later
- npm or yarn
- Clone the repository:
git clone https://github.com/MatthieuStadelmann/arbolitics
- Navigate to the project directory:
cd arbolitics
- Install dependencies:
npm install
# or
yarn install
- 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
- Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.