Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.61 KB
Careers Platform Logo
The NUS Fintech Society's Careers Platform is designed to eliminate barriers for aspiring applicants, enabling the society to attract a diverse and talented pool of candidates. By creating a seamless and user-friendly recruitment experience, this innovative platform enhances engagement and optimizes management efficiency. With streamlined applications and improved tracking capabilities, the NUS Fintech Society is set to elevate its recruitment efforts and foster a dynamic community of talent and ambition.

Contribution guidelines

This project is developed using Next.js, with automatic routing based on the file structure within the src/app/ directory. Each folder corresponds to a URL path, and every page.tsx file within those folders defines the content for that specific route.

For example:

  • The page.tsx file in /src/app/about/ will render when you navigate to /about in the browser.

Key Routing Folders

  • src/app/positions/page.tsx/positions

Components

  • Page-specific components are housed in the src/app/components/(page) directory.

Local Setup and Execution

  1. Fork the repository: NUS Fintech Society Careers Platform
  2. Clone the repository: git clone (URL)
  3. Install dependencies: npm install
  4. Run the development server: npm run dev

GitHub Workflow

  1. Stage changes: git add *
  2. Commit with a message: git commit -m "(message)"
  3. Push to the repository: git push
  4. Submit a pull request