Skip to content

Commit

Permalink
Merge pull request #7 from cyentific-rni/main
Browse files Browse the repository at this point in the history
Updating README with info regarding Roaster online instance + cleanup

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.
  • Loading branch information
mateusdz committed Feb 12, 2024
2 parents 048a6a1 + 0f62c8c commit 08d96a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<img src="artwork/OCA 1.png" width="400">
<img src="/artwork/CACAO-Roaster-logo.jpg" alt="CACAO Roaster logo" width="400"/>

[![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.
Expand All @@ -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)
Expand All @@ -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

<img src="/artwork/CACAO-Roaster-logo.jpg" alt="CACAO Roaster logo" width="400"/>

# Introduction

Expand Down Expand Up @@ -74,6 +73,7 @@ npm i
```
npm run start
```
The CACAO Roaster will run locally on: http://localhost:3000/

**Building the project for production**

Expand Down

0 comments on commit 08d96a4

Please sign in to comment.