This repository contains the documentation for the Interview Ready project, designed to help developers prepare for technical interviews.
To install and run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/conanbatt/interview-ready-docs.git
-
Navigate to the project directory:
cd interview-ready-docs -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
Once the development server is running, you can access the documentation in your browser at http://localhost:3000.
Contributions are welcome. If you want to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push your changes to your fork (
git push origin feature/new-feature). - Open a Pull Request.
pages/: Contains the documentation pages.components/: Reusable components used in the documentation.theme.config.tsx: Theme configuration for the documentation.package.json: npm configuration file.
This project is licensed under the MIT License. For more details, see the LICENSE file.