Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 887 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 887 Bytes

Overview

This repository contains the sources of OpenNest-Africa website:

  • It's powered by React.js,
  • It uses Tailwind CSS framework,
  • It's build and deployed with Netlify,

Requirements

Use the following tools to set up the project:

  • Node.js v20.12.0+
  • npm v10.5.0+

Run locally

  • Fork the repository by clicking on Fork option on top right of the main repository.

  • Open Command Prompt on your local computer.

  • Clone the forked repository by adding your own GitHub username in place of . For multiple contributions it is recommended to have proper configuration of forked repo. git clone https://github.com/<username>/website/

  • Navigate to the website directory. cd website

  • Install all website dependencies. npm install

  • Run the website locally. npm run dev

  • Access the live development server at localhost:3000.