Skip to content

italia/publiccode-ui

Repository files navigation

publiccode-ui

A web frontend to search and view software having a publiccode.yml in their repo.

As of now it gets data from Developers Italia's software Catalog.

🚀 Quick start

  1. Clone the repo.

    Clone the repo locally with git.

    git clone https://github.com/italia/publiccode-ui
  2. Start developing.

    Navigate into the directory and start it up.

    cd publiccode-unnamed-ui
    npm run develop
  3. Open the code and start customizing!

    The site is now running at http://localhost:8000!

🔧 Customization

App name & logo

Configure the displayed name by editing siteMetadata.title in gatsby-config.ts

You can also change the logo by replacing logo-home.svg and logo-header.svg in static/assets/inline/.

Contributing

Here's the people who contributed

Every contribution is welcome!

License

Copyright (c) 2022-present Presidenza del Consiglio dei Ministri

The source code is released under the BSD license (SPDX code: BSD-3-Clause)