Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 509 Bytes

contributing.md

File metadata and controls

30 lines (20 loc) · 509 Bytes

Contributing

Requirements

  • Backend: Node.js, Express. Database is Postgres.
  • Frontend: Node.js, Vue.js.
  • Mobile: TBD.

Run Locally

Clone the project

  git clone https://github.com/mellomaths/petin.git

Go to the project directory

  cd petin

Start both backend and frontend

  just petin-dev
  # this will run the docker-compose.yml file

Check the README.md for each sub directory backend, frontend and app to get clearer instructions.