Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.1 KB

Terrains Connus

Project for the hackathon "données alimentaires" on 2024 December 2nd/3rd.

"Terrains Connus" permet d'obtenir une vue d’ensemble des terres vendues, classées par typologie, et accédez rapidement aux détails spécifiques de chaque transaction, incluant son prix et sa classification.

Frontend

cd frontend

Deployment

This project is automatically deployed to https://opendatateam.github.io/terrains-connus/ whenever changes are pushed to the main branch.

You can check the status of the deployment by visiting the GitHub Actions page for this repository.

Run locally

Dependencies

You need to have Bun installed to be able to run the project. To install Bun:

curl -fsSL https://bun.sh/install | bash

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Compile for Production

bun run build

Lint and format code

biome check --write src/.