Our Human Data Interaction Lab Website
This project uses Astro to make it easy to, data-driven, with reusable components, and performant.
/
βββ public/ (public files)
β βββ favicon.ico
β βββ manifest.json
β βββ images/
β βββ syllabi/Data-Syllabus-Abouzied-2016.pdf
β βββ ...
βββ src/
β βββ pages/
β β βββ index.astro (only one page in this website)
β βββ components/
β β βββ Header.astro (how to render the header)
β β βββ Members.astro (how to render members)
β β βββ Work.astro (how to render our work)
β β βββ ...
β βββ content/
β β βββ papers/
β β β βββ crest.md
β β β βββ qetch.md
β β β βββ ...
β βββ data/
β βββ areas.json
β βββ members.json
βββ package.json (all projects dependencies)
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
Deploy on GitHub is automatic at every push on the master branch.