To run locally, install the packages using the following command:
yarn
Copy the .env.example file using the following command:
cp .env.example .env.local
Fill the necessary ENV variables and use the following command to start dev server
yarn dev
Master branch is deployed at master and the feature/postSubmit branch is deployed at feature/postSubmit