Setup docker
Install docker hostmanager is recommended. It populates the hostsfile with all docker containers.
Install the API
Install nodejs
Checkout the codebase
Install the dependencies npm install
Run the devserver npm run dev
Open http://localhost:3000 in the browser
Install and run the API locally https://github.com/BENDERFACToRY/api
Houdini is being used as the graphql client.
Whenever a query is changed/added it's required to run npm run houdini
which will connect to your local graphql api, and generate the type definitions for use in the frontend.