Follow these steps to get the project running locally.
- Node.js >= 14.x
- NPM >= 6.x
Clone the repository and install dependencies:
git clone https://github.com/davidlungu/initia-website.git
cd initia-website
npm install
To run the development server:
npm start
Navigate to http://localhost:3000 in your browser to view the website.