The Overtimestaff Platform is a comprehensive application for managing staffing in the hospitality industry.
-
Clone the Repository
git clone git@github.com:segzdee/overtimestaff.git cd overtimestaff
-
Install Dependencies
npm install
-
Configure Environment
- Copy
vault.json
(fromvault.json.example
or a secure source) to your local environment. - Ensure
.gitignore
includesvault.json
to protect sensitive info.
- Copy
-
Development
npm run dev
This starts the Next.js development server on http://localhost:3000.
-
Build for Production
npm run build
-
Start (Production)
npm run start
- Integration with Supabase for auth and data management.
- Redis for caching and session handling.
- Next.js 13+ for server-rendered and client-side pages.
- Automated scripts for linting and testing.
- Fork this repo, then create a new branch for your feature.
- Submit a pull request once your changes are tested and stable.