Téléservice Conformité is a web application built with Next.js, Payload CMS, and tRPC. It provides a robust platform for managing and ensuring compliance in digital services.
- Modern frontend with Next.js
- Flexible content management via Payload CMS
- Type-safe API communication using tRPC
- Install dependencies:
yarn install- Configure environment variables:
Copy the example environment file and update it as needed:
cp .env.example .env- Start the development server:
yarn dev- Visit http://localhost:3000 to view the app.