- This guide will help you get started with development.
1. Collaborator Access:
- Ensure you have been granted collaborator access to contribute to this private repository.
2. SSH Setup
- Add your SSH public key to your GitHub account
- Configure your Git user details
git config --global user.name "username"
git config --global user.email "[email protected]"
1. Clone the Original Repository
git clone [email protected]:matikdotapp/env.git
2. Install Dependencies
cd repository && bun i
- Note: You need to install bunJS globally first.
3. Run Script:
bun run build:env
- This will pull other code repositories needed. e.g. frontend, gateway, services