Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
/ pipeline-home Public archive

Homepage for accessing pipeline demo tools and resources

Notifications You must be signed in to change notification settings

liatrio/pipeline-home

Repository files navigation

pipeline-home

This is a versatile home page for a set of DevOps tools in a pipeline.

screenshot

about

This project...

customize

Update the properties in src/template/site.js.

install

Install Yarn. On Mac:

brew install yarn

Install packages.

yarn install

run

The application will be served at http://localhost:3000.

yarn start

deploy

yarn install --production
yarn run build