Skip to content

emworks/pipeline-editor

Repository files navigation

deepset pipeline

LIVE DEMO

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template. On top of that, it contains:

Prerequisites

Copy .env as .env.local. Override REACT_APP_API_BASE_URL to point the application to a specific API url.

Running the Development Mode

npm install
npm start

Open http://localhost:3000/app to view the application in the browser. The page will reload if you make edits.

Running Tests

Currently, tests using Jest and React Testing Library are supported.

To launch the test runner in the interactive watch mode:

npm test

More info here.

Running Lints

npm run lint

Building the Application

npm run build

Builds the app for production to the build folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes - your app is ready to be deployed!

More info here.

Commiting changes

npm run lint and npm test are executed automatically when changes are being pushed to the repo. There might be some known issues with the tool we utilize typicode/husky#332. In case of any issues the linting and tests execution can be skipped by the following command:

git push --no-verify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors