Skip to content

pelikan-io/flightConsole

Repository files navigation

Flight Console

This is an Observable Framework project.

Getting started

Install dependencies:

npm install

Start the local development server:

npm run dev

Then visit http://localhost:3000 to preview your project.

Project structure

.
├── observablehq.config.js  # Project configuration
├── src
│   ├── index.md            # Home page
│   ├── dashboard.md        # Example dashboard
│   ├── data/               # Data loaders
│   └── components/         # Reusable components
├── package.json
└── README.md

Commands

Command Description
npm run dev Start local preview server
npm run build Build your static site to dist/
npm run deploy Deploy to Observable
npm run clean Clear the local data loader cache

Learn more

About

code needed for operations, diagnostics, and other practical matters when using Pelikan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published