Skip to content
/ Codify Public

Webapp for hiring developers from all around the world. Posting your project or writing useful article

Notifications You must be signed in to change notification settings

b1u3-22/Codify

Repository files navigation

Codify

Codify is a social network aimed at developers. You can post your projects, share updates and help potential employers find you.

How to run Codify?

There are 2 options for running Codify. The recommended way is to use Docker.

The Docker way

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

Manual install with npm