✨ Online marketplace to help farmers find financial products. Built with Next.js and Go ✨
Install workspace dependencies:
pnpm i
Set pnpm nx
alias for your active terminal or globally add to your shell configuration profile file:
alias pnx="pnpm nx --"
Start the web server then the web app:
pnx run-many -t serve -p server web --parallel=true