This Readme provides comprehensive information about the frontend repo.
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
npm
andpnpm
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:
-
Clone the repository
Open your terminal and run the following command:
git clone https://github.com/SkillUP-Africa-PWD-Org/frontend
-
Navigate into the directory
Change your current directory to the project's directory:
cd frontend
-
Install the dependencies
Run the following command:
npm install
or
pnpm i
-
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).