Docs Italia beta

Public documents, made digital.

Dataportal-public

What it is?

The Dataportal-public [put link] is the webapp to access the open data catalog and other content that can be exposed publicly

Install

Before proceeding with the installation steps, you need to install and run the following external components:

Basic Dependencies

There are no basic dependencies needed.

Features Enabling Dependencies

Connection with DataStories:

Installation Steps

First of all, clone the following github repository:

> $ git clone https://github.com/italia/daf-dataportal-backend

Start in Debug Mode:

> npm install
> npm start

Start with mock server:

> npm run mock

Start in Production Mode:

> npm run build
> npm install -g serve
> serve -s build