Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 899 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 899 Bytes

Netflix sample project

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.

Demo

You can find a live demo of this project at the following URL: Live Demo →

Developing

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.

Documentation

To find more about how to use Latitude, refer to the main repository.