Skip to content

datadiversitylab/datadiversitylab.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Diversity Lab Website

How to run this site locally?

First, check that Node.js (v12 or later) and npm are installed:

node -v
npm -v dependencies

If they are not installed, you can use homebrew to install them:

brew install node

Next, install dependencies that are requiered to run the website locally using npm:

npm install

Finally, serve the site locally:

npx @11ty/eleventy --serve

The site will be at http://localhost:8080/.

Releases

No releases published

Packages

No packages published

Languages

  • Less 36.7%
  • CSS 31.4%
  • HTML 23.1%
  • JavaScript 8.3%
  • Nunjucks 0.5%