This is an Observable Framework project.
Install dependencies:
npm installStart the local development server:
npm run devThen visit http://localhost:3000 to preview your project.
.
├── observablehq.config.js # Project configuration
├── src
│ ├── index.md # Home page
│ ├── dashboard.md # Example dashboard
│ ├── data/ # Data loaders
│ └── components/ # Reusable components
├── package.json
└── README.md
| 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 |