An open API service indexing awesome lists of open source software.

https://github.com/dataesr/catalog

List of all dataesr projects
https://github.com/dataesr/catalog

Last synced: 5 months ago
JSON representation

List of all dataesr projects

Awesome Lists containing this project

README

          

# Catalog

List of all dataesr projects.

## Dev

Create a `.env` file in the `server` directory and set "VITE_GIT_PAT=HERE_IS_YOUR_GITHUB_PAT".

```sh
npm i && npm start
```

## Private metadata

To add your private metadata, set your env var `VITE_PRIVATE_METADATA_URL=url.to.your/file.json` in your `.env.local` file in the `client` directory.