All Projects → ascariandrea → econnessione

ascariandrea / econnessione

Licence: MIT license
A chronological tracking of lies perpetrated against humanity.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
CSS
56736 projects
Dockerfile
14818 projects
HTML
75241 projects

Projects that are alternatives of or similar to econnessione

platform
Mapseed is a simple, beautiful way to collect information and tell geographic stories.
Stars: ✭ 81 (+406.25%)
Mutual labels:  activism
server
Core server in the Alkemio platform, offering a GraphQL api for interacting with the logical domain model.
Stars: ✭ 20 (+25%)
Mutual labels:  society
Owlyshield
Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact))..
Stars: ✭ 281 (+1656.25%)
Mutual labels:  impact
1km.co.il
Protesting during pandemic times
Stars: ✭ 63 (+293.75%)
Mutual labels:  activism
activism-mailbot
No description or website provided.
Stars: ✭ 49 (+206.25%)
Mutual labels:  activism
effective
Effective: end-to-end encrypted project management for activists and human rights organizations. Making activists 10x more powerful via ultra effective communities of action and autonomous software. [deprecated]
Stars: ✭ 75 (+368.75%)
Mutual labels:  activism
endsars
Utility web app to suppport the #EndSARS campaign
Stars: ✭ 55 (+243.75%)
Mutual labels:  activism
Baritone
google maps for block game
Stars: ✭ 3,868 (+24075%)
Mutual labels:  impact
siconos
Simulation framework for nonsmooth dynamical systems
Stars: ✭ 120 (+650%)
Mutual labels:  impact
d3-force-surface
A multi-surface elastic collision force type for the d3-force simulation engine
Stars: ✭ 19 (+18.75%)
Mutual labels:  impact
web
The source code for the genshin.dev frontend.
Stars: ✭ 55 (+243.75%)
Mutual labels:  impact
ProjectLockdown
Project Lockdown (an initiative from The IO Foundation) is a civic tech, interactive platform providing an overview of the state of Human and Digital Rights around the globe. It evaluates policies obtained from official sources that may impact their observance. It provides, among other tools, a layered map interface that allows for a visual repr…
Stars: ✭ 34 (+112.5%)
Mutual labels:  impact
Awesome Humane Tech
Promoting Solutions that Improve Wellbeing, Freedom and Society
Stars: ✭ 2,234 (+13862.5%)
Mutual labels:  society
society
All members list
Stars: ✭ 18 (+12.5%)
Mutual labels:  society
SFC-foundations
SFC bringing change to the society. Drop a ⭐
Stars: ✭ 111 (+593.75%)
Mutual labels:  society
Truth
Fluent assertions for Java and Android
Stars: ✭ 2,359 (+14643.75%)
Mutual labels:  truth
AndroidTestingBox
Android project to experiment various testing tools
Stars: ✭ 63 (+293.75%)
Mutual labels:  truth
Dads
*BA DUM TSSS*
Stars: ✭ 240 (+1400%)
Mutual labels:  truth

lies.exposed

GitHub issues GitHub pull requests GitHub Workflow Tests Spec Status GitHub Workflow Tests E2E Status


Project Structure

The project is built using yarn workspaces and divided in packages and services.

Packages

Packages contains all the common code used in services.

Services

The services are the deployable projects:

Develop

The local development require some modules to be installed on your machine:

  • node
  • yarn
  • docker
  • docker-compose

The easiest way to run the project is by using docker-compose. The docker-compose.yml contains all the definitions to run the needed services.

If you want to start developing with docker-compose:

docker-compose build # build base image
docker-compose up -d db # starts db in background
docker-compose up api web admin-web data # starts api, web, admin-web and data services

N.B.: you need to run yarn api watch in another shell to make the api container to trigger restart event

Storybook

Storybook is available to develop new components:

npm run storybook

Build

npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].