To self-host Supabase:
- Navigate to the appropriate directory by executing the command:
cd tachio/docker - Launch the Supabase services using Docker Compose. Ensure that the required environment variables are set in the
.envfile before running the following command:docker-compose up -d
To run LinearLite:
- Refer to the
README.mdfile located in thelinearlitedirectory for instructions on how to proceed. This file contains the necessary steps to get LinearLite up and running.