Skip to content

narduk-enterprises/sanitize-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISPLAY_NAME

Starter generated from narduk-nuxt-template.

First Run

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 dev

Workspace Shape

  • apps/web/ is the application you ship.
  • layers/narduk-nuxt-layer/ is the shared Nuxt layer.
  • packages/eslint-config/ contains the shared lint plugins.
  • tools/ and scripts/ contain local automation and helper commands.

Ongoing Template Updates

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-template

Deployment

Deployment is local-only:

cd apps/web && pnpm run db:migrate -- --remote
cd ../..
pnpm run ship

About

An app for sanitizing xlsx, csv, and other sensitive data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors