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
- Host: GitHub
- URL: https://github.com/dataesr/catalog
- Owner: dataesr
- License: mit
- Created: 2023-08-07T09:17:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T08:47:03.000Z (almost 3 years ago)
- Last Synced: 2025-09-11T10:49:52.343Z (9 months ago)
- Language: JavaScript
- Homepage: https://dataesr.github.io/catalog/
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.