Share what you have in the community and give them a highlight!
Built with:
- Elixir
- GraphQL
- React.js
To start development locally first get these:
Install dependencies both in the api and also in the webapp
- API
-
cd api && mix deps.get
- WebApp
pnpm installStart the development server
# API
cd api && mix phx.server
# Web app
pnpm dev