___ ___ ___ /\__\ /\__\ /\ \ /::| | /:/ _/_ \:\ \ /:/:| | /:/ /\__\ \:\ \ /:/|:| |__ /:/ /:/ _/_ _____\:\ \ /:/ |:| /\__\ /:/_/:/ /\__\ /::::::::\__\ \/__|:|/:/ / \:\/:/ /:/ / \:\~~\~~\/__/ |:/:/ / \::/_/:/ / \:\ \ |::/ / \:\/:/ / \:\ \ |:/ / \::/ / \:\__\ |/__/ \/__/ \/__/
Welcome to zen, a cutting-edge social web platform designed to connect and empower communities.
Zen is code-first. Always functioning code is correct, and everything else will follow. We prioritize release over maintenance.
The spirit of fixing things on your own is at the heart of Zen.
We leave the responsibility of maintaining data persistence not to the server side but to the users. In other words, we make no guarantees about the data.
- Docker compose
Clone the repository:
git clone https://github.com/minamorl/zen.git
Run the following command
docker compose up
You need to execute migration first. So open a new terminal and run:
docker compose run web npx prisma migrate dev
Then access to localhost:3000
! Yay!
Visit www.withzen.dev to see the live application.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the MIT License. See LICENSE for more information.