Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimkat/ohm-stuve-graph
Tool to manage the graph of StuVe-related content
https://github.com/vimkat/ohm-stuve-graph
Last synced: about 2 months ago
JSON representation
Tool to manage the graph of StuVe-related content
- Host: GitHub
- URL: https://github.com/vimkat/ohm-stuve-graph
- Owner: vimkat
- License: mit
- Created: 2023-02-24T21:49:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T10:21:33.000Z (over 1 year ago)
- Last Synced: 2023-06-29T12:36:04.482Z (over 1 year ago)
- Language: TypeScript
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OHM StuVe Graph
[![Build, Publish and Deploy](https://github.com/vimkat/ohm-stuve-graph/actions/workflows/docker-build.yml/badge.svg)](https://github.com/vimkat/ohm-stuve-graph/actions/workflows/docker-build.yml)
This project was created using create-payload-app using the blank template.
## How to Use
`yarn dev` will start up your application and reload on any changes.
### Docker
If you have docker and docker-compose installed, you can run `docker-compose up`
To build the docker image, run `docker build -t my-tag .`
Ensure you are passing all needed environment variables when starting up your container via `--env-file` or setting them with your deployment.
The 3 typical env vars will be `MONGODB_URI`, `PAYLOAD_SECRET`, and `PAYLOAD_CONFIG_PATH`
`docker run --env-file .env -p 3000:3000 my-tag`