Skip to content

Frontend for DEV's Reserach Mentorship application built for OSU's Undergrad Student Gov.

License

Notifications You must be signed in to change notification settings

devosu/research-mentorship-frontend

 
 

Repository files navigation

Research Mentorship Frontend

project-image

🚀 Demo

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

  1. Install pnpm for managing dependencies
npm install --global pnpm@latest
  1. Clone the repository
git clone https://github.com/devosu/research-mentorship-frontend.git
  1. Change to the project directory
cd research-mentorship-frontend
  1. Install the dependencies using pnpm
pnpm install
  1. 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

About

Frontend for DEV's Reserach Mentorship application built for OSU's Undergrad Student Gov.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Languages

  • TypeScript 83.4%
  • Dockerfile 11.7%
  • JavaScript 3.5%
  • Shell 1.1%
  • CSS 0.3%