Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 650 Bytes

👥 Contribution Guide

Start by installing the following:

  • Docker
  • Nodejs

🚀 Launching full stack:

docker compose -f docker-compose.yml -f docker-compose.docker.yml up -d

Then open localhost once the stack is up

If you want to test debug with nodejs make sure to copy the local.env file to .env

cp local.env .env

📝 Commit Guidelines and Github Flow [WIP]

  • semantic versioning
  • conventional commits
  • image builds

Kill all humans