From 0f62c8ca619a9d4684a774340b772c92c83d0d19 Mon Sep 17 00:00:00 2001 From: Mateusz Zych Date: Mon, 12 Feb 2024 15:39:59 +0100 Subject: [PATCH] Added URL for the online instance of CACAO Roaster. Created a badge for the deployment to GitHub pages status. Changed the placement of the CACAO Roaster logo in the README file. Added description for localhosting, where the application runs. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbbb60f..3e41257 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ - +CACAO Roaster logo + +[![pages-build-deployment](https://github.com/opencybersecurityalliance/cacao-roaster/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/opencybersecurityalliance/cacao-roaster/actions/workflows/pages/pages-build-deployment) +**Online Instance:** https://opencybersecurityalliance.github.io/cacao-roaster/ # CACAO Roaster Sub-Project CACAO Roaster is a sub-project of the Open Cybersecurity Alliance. It is a web application for generating, parsing and validating, manipulating, and visualizing CACAO v2.0 playbooks. @@ -8,7 +11,6 @@ CACAO Roaster is a sub-project of the Open Cybersecurity Alliance. It is a web a - [CACAO Roaster Sub-Project](#cacao-roaster-sub-project) - [Table of contents](#table-of-contents) -- [Project Logo](#project-logo) - [Introduction](#introduction) - [Project status](#project-status) - [Integration with other existing OCA or OASIS projects](#integration-with-other-existing-oca-or-oasis-projects) @@ -24,9 +26,6 @@ CACAO Roaster is a sub-project of the Open Cybersecurity Alliance. It is a web a - [License](#license) - [Governance](#governance) - [CLA \& Non-assert signatures required](#cla--non-assert-signatures-required) -# Project Logo - -CACAO Roaster logo # Introduction @@ -74,6 +73,7 @@ npm i ``` npm run start ``` +The CACAO Roaster will run locally on: http://localhost:3000/ **Building the project for production**