Codify is a social network aimed at developers. You can post your projects, share updates and help potential employers find you.
There are 2 options for running Codify. The recommended way is to use Docker.
First create a volume. Without this, data will not be saved.
docker volume create cdf
Now run the container. The app will be available on port 40
.
docker run b1u3-22/codify -p 40:40 --mount source=cdf,target=/app/storage