Nuxt 3 starter app with Docker, Tailwind, Pinia, Eslint, Prettier and Playwright
To test locally with Playwright, run pnpm dlx playwright install first
cp .env.example .env then fill out the variables
cd apps/nuxt && cp .env .env.local && pnpm install && cd -\
ln -s $(realpath apps) mount/apps
make certificates
docker compose up -d --build
In /apps/nuxt/.env.local, set the correct Docker variables
// TODO Use acme.sh to generate the certificates and put them in /apps/nuxt/caddy, the certificates names must match the DOMAIN_NAME env variable.
Ex : ${DOMAIN_NAME}.pem and ${DOMAIN_NAME}-key.pem
cd apps/nuxt && make build