Welcome to Techbropedia, a platform dedicated to documenting the stories of individuals in the tech industry. Here, we highlight the diverse backgrounds and experiences of people working in technology, from their education and early career choices to their current projects and contributions to the field.
This is a Next.js project bootstrapped with create-next-app
.
To get started, clone the repository and run the development server:
git clone https://github.com/JCalmCrasher/techbropedia.git
cd techbropedia
npm install
# yarn
yarn install
#or if you use pnpm
pnpm install
npm run dev
#or
yarn dev
#or if you use pnpm
pnpm dev
Open http://localhost:3000 or whatever url that is displayed in your terminal to view the project in your browser.
Contributions are highly welcome. See CONTRIBUTING.md for more information on how to contribute to this project.