Skip to content

the-embassy-of-good-science/the-embassy-components

Repository files navigation

The Embassy of Good Science

The HTML / CSS components for The Embassy of Good Science using Bootstrap 4 .

Our components library is hosted with GitHub Pages and its set on https://components.embassy.science

Technology docs

Build Status

CLI

  • Install dependencies
npm install
  • Builds project in development mode
npm run start
  • Build and optimise project in production mode
npm run build
  • Lint your js files
npm run lint