Skip to content

daabChingrii/website

Repository files navigation

Website

The website for DaabChingri org. A women-led hackathon organization dedicated to transforming the way women perceive and engage with technology.

Table Of contents

Getting started

  • Install Nodejs, if not installed.

Tech Stack

Installation

Run the project locally.

  1. Clone the repository
git clone git@github.com:ken-980/website-b.git
  1. Go to the cloned repository
cd website
  1. Install dependencies
npm install --legacy-peer-deps
  1. Start the server
npm run dev

Open http://localhost:3000 with your browser to see the result.

Directory Structure

Structure of /src directory

.
├── public
├── src
│   ├── app
│   │   ├── ...
│   ├── components
│   │   ├── ...
│   └── lib
│         ├── ...

/public directory
Contains static files,like images and icons
/src directory
This directory contains the application code
/src/components directory
The components directory is for React components that are used throughout the application. Contains sub directories of and functionalities.
/src/lib
Used for storing utility functions, helper modules, or any code that is reusable across different parts of the application.

Releases

No releases published

Packages

No packages published

Contributors 5