Written in Livemark
(2021-09-28 09:35)

Contributing

To start working on the project clone the repository and enter its directory:

$ git clone [email protected]:frictionlessdata/data-packages.git
$ cd data-packages

Install

Run the following script to initiate a virtual environment and install the dependencies:

$ make install
$ editor .env # add your Github Token

Data

To collect the data use the data collection script (run only if you want to update the data):

$ make data

Build

To build the project use one of these Livemark commands:

$ livemark start # to build and start a live-reload server
$ livemark build # to build in non-interactive mode

Deploy

The project is deployed automatically to Github Pages on every push to "main". It means that if one propose a change in a PR it will be deployed automatically after merging.

A livemark listing data packages hosted on Github