Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.38 KB

developer-onboarding.md

File metadata and controls

50 lines (26 loc) · 1.38 KB

Overview

Onboarding to Static Schema - On-boarding

Developer Guide - Developer Guide

Static Schema Support For Different Environment - Environment Support

Local Development with Static Schema

  1. Clone Repository:
git clone https://github.com/harness/harness-schema.git"
  1. Create a .bazelrc file under root directory

touch .bazelrc

  1. Add the following line .bazelrc file

import bundler/bazelrc.common


IntelliJ Setup

  1. Open the intelliJ and choose option - Import Bazel Project

  1. Choose the harness-schema directory in option - workspace and click next

workspace
  1. Select option import from project view and give path as bundler/project/bazelproject and click next

projectView
  1. Harness Schema Repo is ready for use