devosu / research-mentorship-frontend

Frontend for DEV's Reserach Mentorship application built for OSU's Undergrad Student Gov.
https://research.osu.dev/
MIT License
0 stars 0 forks source link
biomejs nextjs nodejs typescript

Research Mentorship Frontend

project-image ## πŸš€ Demo [https://research.osu.dev](https://research.osu.dev) ## πŸ› οΈ Installation Steps > [!IMPORTANT] > This project uses the new `Node.js 22` as runtime, `TypeScript` as dev language, and `pnpm` as package manager. You can read more about these handy tools here: > > Node.js 22: https://nodejs.org/en/blog/release/v22.2.0 > > TypeScript: https://nextjs.org/docs/app/building-your-application/configuring/typescript > > Pnpm: https://pnpm.io/ 1. Setup Node.js 22 via `nvm` > https://nodejs.org/en/download/package-manager 2. Install `pnpm` for managing dependencies ```bash npm install --global pnpm@latest ``` 3. Clone the repository ```bash git clone https://github.com/devosu/research-mentorship-frontend.git ``` 4. Change to the project directory ```bash cd research-mentorship-frontend ``` 5. Install the dependencies using `pnpm` ```bash pnpm install ``` 6. You are now ready to contribute!! ## πŸ’» Built with Technologies used in the project: * NextJS * TailwindCSS * TypeScript * Google Cloud Platform ## πŸ›‘οΈ License This project is licensed under the MIT ## πŸ’–Like our work? The DEV Club at The Ohio State University is a student-led software engineering organization dedicated to empower Buckeyes with cutting-edge technologies. [https://osu.dev/support](https://osu.dev/support)