Skip to content

open-nest-africa/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published