Skip to content

HSLdevcom/digitransit-site

Repository files navigation

Build

digitransit-site

Digitransit marketing site built using Gatsby static site generator.

Development workflow

  1. Install gatsby as a dependency using: yarn global add gatsby-cli@2.4.5
  2. Install dependencies by running: yarn
  3. Start development server using: gatsby develop
  4. Build production version using: gatsby build

Licensing

The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.

Issues

Our main issue tracking is handled in https://digitransit.atlassian.net However, we also monitor this repository's issues and import them to Jira. You can create issues in GitHub.

Automated testing

TODO

Documentation

  • Gatsby repository has more details about the site generator itself.