Skip to content

SkillUP-Africa-PWD-Org/frontend

Repository files navigation

Waving HandWelcome to the Skill-UP-Africa #Hack4PWD Project!

This Readme provides comprehensive information about the frontend repo.

Project Description

The website is built using the following tech stack:

  • React: JavaScript library for building user interfaces.
  • Vite: build tool that aims to provide a faster and leaner development experience for modern web projects.
  • Tailwind CSS: utility-first CSS framework for rapidly building custom user interfaces.
  • GitHub: platform for version control and collaboration.
  • Figma: web-based vector graphics editor and prototyping tool.

Figma Design Reference: Figma Design

Project Set Up

Prerequisites

  • npm and pnpm should be installed.
  • git should be installed (recommended v2.4.11 or higher)

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository

    Open your terminal and run the following command:

    git clone https://github.com/SkillUP-Africa-PWD-Org/frontend
  2. Navigate into the directory

    Change your current directory to the project's directory:

    cd frontend
  3. Install the dependencies

    Run the following command:

    npm install

    or

    pnpm i
  4. Start the development server

    Now you can start the development server and begin developing:

    npm run dev

    or

    pnpm dev

    The project should now be running at http://localhost:5173 (or another port if 5173 is already in use).

Releases

No releases published

Packages

No packages published