Skip to content

ovineq/data-marketplace

 
 

Repository files navigation

Getting started

First, ensure that if you have an SSH key set up, that your SSH key has SSO configured. If not, follow this guide to configure that.

An SSH key is not required, but recommended and a lot easier to manage with SSO as opposed to HTTP remotes, which requires you to manage an access token.

  1. Fork this repository.
  2. Clone your forked repository.
  3. Add an additional remote to this upstream repository. You'll use this remote to sync your own fork with the team's contributions.
  • Do this by running git remote add upstream [email protected]:equinor/data-marketplace.git.
  • If you now run git remote --verbose you should see both an origin and an upstream remote.
  1. Install Node dependencies by running npm install in your terminal.
  2. Start up the development server by running npm run dev.

About

An intuitive Collibra frontend

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.4%
  • CSS 40.0%
  • JavaScript 2.4%
  • Shell 1.2%