Welcome to the Anubhav Frontend repository! This project is part of the Anubhav web application and focuses on the frontend components and user interface.
Anubhav: Experience Sharing Point (A-ESP) is a platform developed for AITians to read & share encounters of various interviews.
To get started with the Anubhav Frontend, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/aitoss/Anubhav-frontend-23.git
- Navigate to the project directory:
cd Anubhav-frontend-23
- Install project dependencies:
npm install
- Start the development server:
npm run dev
We welcome contributions from the community. If you'd like to contribute to the project, please follow these guidelines:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your feature or bug fix"
- Push your changes to your fork:
git push origin feature/your-feature-name
- Create a pull request to the main branch of this repository.