* Remove unused models
* add new props into Player model
* Added props to Guild
* Setting guild type as a foreign-key reference
* Use foreign table for skills
* Seed data
* prettier
Also replaced the local fonts with Google fonts since they are more performant and easier to package. Created a custom
Link component to render the ChakraUI link inside the NextJS Link properly.
This will automatically restart the backend server in docker anytime there are changes to the original
source files instead of copying over when running in dev mode. In production, it will still do the
normal copy/build.
* Fix auth
* Added 3box profile info
* Added player names in list
* Added hasura action to fetch verified accounts on 3Box
* Added usernames
* fix router
* Hasura and base models
* Added role public SELECT permissions
* Added role player UPDATE permissions
* basic backend api
* Added SELECT permissions for player
* Update backend to typescript
* init app-react
* Add apollo
* graphql-codegen not working well...
* Added web3 to web app
* connecting frontend with web3
* Auth webhook verifies eth signature
* Update frontend to fetch player_id