Skip to content

Sini-Shahanas/cnit-website

Repository files navigation

Getting Started


Installation
  • Node.js and NPM : You can download Node.js from https://nodejs.org. NPM comes bundled with Node.js.
Install Npm Packages
  • First unzip oitech-next.zip you will find two folders including Oitech (this is your root folder). Open this folder with VS Code (or any other you like). And follow step below.
  • NPM : You must have to run npm install or yarn install packages. You can do this by running npm install from the root of your project to install all the necessary dependencies.
Development server
  • Run yarn dev or npm run dev for a dev server. Navigate to http://localhost:3000 . The app will automatically reload if you change any of the source files.