# Progressive Web App Contains a [Next.js](https://nextjs.org/) project bootstrapped with [pnpm](https://pnpm.io/) and [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). The `admin` page contains an API Platform Admin project (refer to its [documentation](https://api-platform.com/docs/admin)). You can also generate your web app here by using the API Platform Client Generator (refer to its [documentation](https://api-platform.com/docs/client-generator/nextjs/)). # Execute the project Run the following commands to start the project: Linux : - sudo docker compose build --pull --no-cache - sudo docker compose up -d Windows : - docker compose build --pull --no-cache - docker compose up -d If already running and you want to rebuild the project, run the following commands: Linux : - sudo service apache2 stop Windows : - docker compose down then Linux : - sudo docker compose build --pull --no-cache Windows : - docker compose build --pull --no-cache # Access the project https://localhost/