Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 913 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 913 Bytes

Not actively maintained. See the successor of this project https://github.com/compassionprojects/socialchange

NVC Social Change Stories

This project is a global effort to collect all social change stories where Nonviolent Communication has been a part of to influence policy and lessen the harms of punitive systems

Getting Started

Clone the repo and then

npm i
cp .env.local.example .env.local
npm run dev

Make sure to have Docker and run

docker-compose up -d # this will start the database and elastic search

Open localhost:3000

Deployment

The main branch continuously deploys to heroku.

--

This is a Next.js project bootstrapped with create-next-app.