Skip to content

gtvis/john-stasko-academic-tree

Repository files navigation

John Stasko's Academic Tree

Data

https://docs.google.com/spreadsheets/d/13CFUmKxFoCsBR5tdHfRI-3VlMOhsT2sGAhLOYxo499Y

Developing

Clone and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Deployment

The application is automatically deployed via GitHub Actions when changes are pushed to the main branch.