Starter generated from narduk-nuxt-template.
pnpm install
pnpm run setup -- --name="sanitize-data" --display="Sanitize Data" --url="https://sanitize-data.org"
pnpm run validate
pnpm run db:migrate
doppler setup --project sanitize-data --config dev
doppler run -- pnpm run devapps/web/is the application you ship.layers/narduk-nuxt-layer/is the shared Nuxt layer.packages/eslint-config/contains the shared lint plugins.tools/andscripts/contain local automation and helper commands.
Use the local sync tools to pull newer template infrastructure into this app:
pnpm run sync-template -- --from ~/new-code/narduk-nuxt-template
pnpm run update-layer -- --from ~/new-code/narduk-nuxt-templateDeployment is local-only:
cd apps/web && pnpm run db:migrate -- --remote
cd ../..
pnpm run ship