Note: This is a Capstone Project
- Strong Internet Connection
- Node.js version 18.12.0 or higher.
- Text Editor or IDE
- Git
-
Clone the Repository
git clone https://github.com/GabrielRaguindin/SecuSim.git
-
Open the Project
- Navigate to the directory where you cloned the repository.
- Open the project with your preferred text editor or IDE.
-
Navigate to
main
branchgit switch main
-
Install Dependencies
npm install
-
Test Optimized Production Build
npm run build npm run start
- USE THIS COMMAND ON THE TERMINAL
npm run dev
This is a Next.js project bootstrapped with Create Next App.