Skip to content

AftrConsulting/website

Repository files navigation

AftrConsulting

We provide development and consulting services on web applications.

We believe in Open Source.

Here is the full source code of the AftrConsulting website.

How to serve thought docker.

docker build -t aftrconsulting .
docker run --restart=always -d 3000:3000 aftrconsulting