TopLocs stands for topic- and location-based interests. TribeLike builds a community platform where you can meet likeminded people.
Interactions can be added with plugins, like chat, wiki, events ...
- Typescript server and vuejs web frontend.
- Plugins can be written in any language.
Install node
and pnpm
.
Setup a database and .env files, and run
pnpm install
pnpm dev
pnpm db:deploy # if needed
Start the server and database
docker compose up
Run a DB Migration / Create Database initially
docker compose exec server pnpm db:deploy
MIT License. Feedback and contributions are welcome.