A Website for Valley View University Faculty Of Sciences.
Before you begin, make sure you have met the following requirements
-
Node.js: This project requires Node.js. If you don't have Node.js installed, you can download it from the official website.
-
npm (Node Package Manager): npm comes bundled with Node.js. You can verify your npm installation by running
npm -v
in your terminal.
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/Hackersgoddest/cossa-web.git
-
Navigate to the project directory:
cd cossa-web
-
Install the required dependencies for the application:
npm install
-
Start the application:
npm run dev