The website for DaabChingri org. A women-led hackathon organization dedicated to transforming the way women perceive and engage with technology.
- Install Nodejs, if not installed.
Run the project locally.
- Clone the repository
git clone git@github.com:ken-980/website-b.git- Go to the cloned repository
cd website- Install dependencies
npm install --legacy-peer-deps- Start the server
npm run devOpen http://localhost:3000 with your browser to see the result.
Structure of /src directory
.
├── public
├── src
│ ├── app
│ │ ├── ...
│ ├── components
│ │ ├── ...
│ └── lib
│ ├── ...
Contains static files,like images and icons
This directory contains the application code
The components directory is for React components that are used throughout the application. Contains sub directories of and functionalities.
Used for storing utility functions, helper modules, or any code that is reusable across different parts of the application.