This is an app built with Observable Framework. To get started:
- Clone this repo and
cd
into it - Install a modern version of node, if necessary
- Install the requisite R packages: dplyr, RSQLite and dbplyr
- Run
npm ci
in the terminal - Run
npm run dev
in the terminal - Visit http://localhost:3000 to see a live preview.
Command | Description |
---|---|
npm install |
Install or reinstall dependencies |
npm run dev |
Start local preview server |
npm run build |
Build your static site, generating ./dist |
npm run deploy |
Deploy your app to Observable |
npm run clean |
Clear the local data loader cache |
npm run observable |
Run commands like observable help |