Skip to content

GabrielRaguindin/SecuSim

Repository files navigation

SecuSim: Network Security Policy Simulator

Note: This is a Capstone Project

Requirements

  • Strong Internet Connection
  • Node.js version 18.12.0 or higher.
  • Text Editor or IDE
  • Git

Installation Steps

  1. Clone the Repository

    git clone https://github.com/GabrielRaguindin/SecuSim.git
  2. Open the Project

    • Navigate to the directory where you cloned the repository.
    • Open the project with your preferred text editor or IDE.
  3. Navigate to main branch

    git switch main
  4. Install Dependencies

    npm install
  5. Test Optimized Production Build

    npm run build
    npm run start

IF YOU DON'T WANT PRODUCTION BUILD

  1. USE THIS COMMAND ON THE TERMINAL
    npm run dev

This is a Next.js project bootstrapped with Create Next App.