Don't get left behind. Build your Ai professional network (LinkedIn + LinkTree v1: QR code, add social/contact links, automated Ai-focused bio)
- Install bun https://bun.sh/docs/installation#macos-and-linux
- On root folder or to the app that you want to run and execute
bun i # bun install
and then run a script from apackage.json
by executingbun {script} # bun dev
TIP: bun use similar name convention on functions and options as yarn
cd apps/myconnections-hasura
hasura init --endpoint http://localhost:8080
hasura migrate apply
hasura metadata apply
hasura seed apply
- Install Docker Desktop and Taskfile CLI if you haven't.
task boot # boot up docker containers. Install if does not find local images. Make migrations and seeds.
task console # open hasura console. ! Make sure to always make changes in console this way.
# * Additional useful commands
task down # stop docker containers
task reboot # reboot docker containers
- React Native: README.md