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,
Use the following tools to set up the project:
- Node.js v20.12.0+
- npm v10.5.0+
-
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.