README.md
November 27, 2022 ยท View on GitHub
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.