This is a project showcasing how to use the Latitude Framework. Latitude provides a set of tools to help developers build data apps on top of any database or data warehouse using just SQL and HTML.
You can find a live demo of this project at the following URL: Live Demo →
To start developing in this project, first ensure you have Node.js >= 18 installed. Then, install the Latitude CLI:
npm install -g @latitude-data/cli
After cloning the repository, navigate to its folder and run the following command to spin up the dev server:
latitude dev
This will start the server in development mode, and you can access the application at http://localhost:3000
.
To find more about how to use Latitude, refer to the main repository.