Skip to content

merfdotapp/env

Repository files navigation

MATIK DEVELOPMENT ENV SETUP

  • This guide will help you get started with development.

Pre-requisite:

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]"

Installation

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

About

Developer Environment Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published