To start working on the project clone the repository and enter its directory:
$ git clone [email protected]:frictionlessdata/data-packages.git
$ cd data-packages
Run the following script to initiate a virtual environment and install the dependencies:
$ make install
$ editor .env # add your Github Token
To collect the data use the data collection script (run only if you want to update the data):
$ make data
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
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.