https://github.com/data-fair/social
A service for social interactions and collaboration in the data-fair ecosystem.
https://github.com/data-fair/social
Last synced: 4 months ago
JSON representation
A service for social interactions and collaboration in the data-fair ecosystem.
- Host: GitHub
- URL: https://github.com/data-fair/social
- Owner: data-fair
- License: agpl-3.0
- Created: 2021-11-02T09:43:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T08:45:32.000Z (about 1 year ago)
- Last Synced: 2025-03-28T09:34:44.931Z (about 1 year ago)
- Language: Vue
- Size: 2.86 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#
@data-fair/social
*A service for social interactions and collaboration in the data-fair ecosystem.*
## Sponsors
| | Click [here to support the development of this project](https://github.com/sponsors/koumoul-dev). |
|-|-|
| [
](https://koumoul.com) | [Koumoul](https://koumoul.com) develops the Data Fair ecosystem and hosts it as an online service. |
| [
](https://dawizz.fr) | [Dawizz](https://dawizz.fr) uses the Data Fair ecosystem inside its platform and supports its development. |
## Development environment
This project requires a recent yarn version:
npm i -g yarn
Install dependencies and launch service dependencies with docker-compose:
yarn
docker-compose up -d
Run the 2 development servers with these commands in separate shells:
yarn run dev-server
yarn run dev-client
When both servers are ready, go to [http://localhost:5608](http://localhost:5608) and chose an account in `test/resources/users.json` to login with its email.