Skip to content

Files

Latest commit

9d433d5 · Mar 25, 2022

History

History
35 lines (24 loc) · 848 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 848 Bytes

📋 PRANC

PRANC is a demo version of a software that simulates the NERC CIP CyberSecurity Framework audit process. Access Now

Pranc web app

🎯 Purpose

Project developed to meet the demands of the 3rd integrating project of Computer Engineering of Senai Cimatec, which was implement an audit process of a CyberSecurity Framework on a application.

🚀 Technologies

Getting Started

Download the project dependencies.

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.