Latitude CLI for running latitude projects.
npm install -g @latitude-data/cli
Run this command to create a new Latitude project:
latitude start
The CLI will ask you the project name. Once you’re done, you’ll have a new directory with a sample app that you can run and customize.
cd my-new-app
latitude dev
This will start the development server and open the sample app in your browser.