Enterprise-grade UI foundation for our recruitment applications, built with Next.js 15 and Tailwind CSS.
- Node.js 20+
- npm or pnpm
npm install
# or
pnpm installnpm run devVisit http://localhost:3000 to view the app.
npm run build
npm start- Copy
.env.exampleto.env.localand fill in any required secrets. - Never commit real secrets to the repo!
This project includes a GitHub Actions workflow (.github/workflows/deploy.yml) for automated deployment:
- Installs dependencies with pnpm
- Runs
npm run buildto generate static files - Deploys to GitHub Pages automatically on push to main branch
- Caches dependencies for faster builds
© Inclusive. All rights reserved.