notebooks/workspaces/frontend
Griffin Sullivan a3a7c84b95
chore(ws): restructure frontend and setup navigation (#67)
Signed-off-by: Griffin-Sullivan <gsulliva@redhat.com>
2024-10-23 18:52:30 +00:00
..
__mocks__ feat(ws): initial commit for frontend (#19) 2024-06-28 00:48:41 +00:00
config chore(ws): restructure frontend and setup navigation (#67) 2024-10-23 18:52:30 +00:00
src chore(ws): restructure frontend and setup navigation (#67) 2024-10-23 18:52:30 +00:00
.gitignore feat(ws): initial commit for frontend (#19) 2024-06-28 00:48:41 +00:00
README.md chore(ws): restructure frontend and setup navigation (#67) 2024-10-23 18:52:30 +00:00
jest.config.js feat(ws): initial commit for frontend (#19) 2024-06-28 00:48:41 +00:00
package-lock.json chore(ws): restructure frontend and setup navigation (#67) 2024-10-23 18:52:30 +00:00
package.json chore(ws): restructure frontend and setup navigation (#67) 2024-10-23 18:52:30 +00:00
tsconfig.json chore(ws): restructure frontend and setup navigation (#67) 2024-10-23 18:52:30 +00:00

README.md

Kubeflow Workspaces Frontend

The Kubeflow Workspaces Frontend is the web user interface used to monitor and manage Kubeflow Workspaces as part of Kubeflow Notebooks 2.0.

⚠️ Warning ⚠️

The Kubeflow Workspaces Frontend is a work in progress and is NOT currently ready for use. We greatly appreciate any contributions.

Pre-requisites:

Node v20

Development

# Install development/build dependencies
npm install

# Start the development server
npm run start:dev

# Run a production build (outputs to "dist" dir)
npm run build

# Run the unit test suite
npm run test:jest

# Start the express server (run a production build first)
npm run start