The Rotaract Club of JKUAT (Rac Jkuat in short) is part of a global network of Rotaract clubs that bring together people ages 18 and older to exchange ideas, develop professional and leadership skills, and have fun through service.
- React & Next.js
- Shadcn UI for a beautiful, modern, accessible UI
- Tailwind CSS for styling
- Zod for schema declaration and validation
- Git & GitHub for version control and collaboration
- TypeScript, ESLint and Prettier for typesafe code and best practices
- GitHub Actions for automated
format
,lint
andtypecheck
CI steps - Renovate for automated dependency updates
- Vercel for Deployment
-
Informative Club Website:
- Provide a comprehensive overview of what the club is all about.
- Showcase club activities, events, projects and achievements through multimedia content.
-
Blog Platform:
- A blog section for official club announcements, updates, and communication.
- Members can contribute to the blog, sharing their experiences, insights, and project highlights.
NOTE: This project uses pnpm as the package manager. You can install it by following the instructions here.
To run it locally, follow the steps below:
-
Clone the repository and install the dependencies:
# Clone repository git clone git@github.com:msplke/racjkuat.org.git # Install dependencies pnpm i
-
Start the development server:
pnpm dev
Project is: complete.
- This project was bootstrapped with
create-t3-app
.