A mini social network built around personal beliefs.
It allows you to share your views and opinions on various subjects - e.g. economics, politics, eating habits or philosophy of will, in the form of a public profile you can link in your bio on other social media.
- Clone this repo
- Edit
public/static/beliefs.json
. Make sure to keep the json file valid. You can use this JSON format checker.
If you want to contribute, but don't know how to use NodeJS, skip this step. I will do it for you.
If you have added or changed names of any beliefs, images have to be re-generated:
- Run
npm install
- set
OPENAI_API_KEY
in.env
file - If you have added or changed the name of a belief group, update prompts in
src/generateImage.js
- run
npm run generate-images
andcompress-images