Merge pull request #3 from Simpleton-Yogy/dependabot/npm_and_yarn/axios-0.21.1 Bump axios from 0.19.2 to 0.21.1
Merge pull request #3 from Simpleton-Yogy/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
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.
40
docker run b1u3-22/codify -p 40:40 --mount source=cdf,target=/app/storage
npm
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.
Now run the container. The app will be available on port
40
.Manual install with
npm