Development
Dok uses the same simple Vite setup as every new Statamic site, so you'll feel right at home.
#Building in development
npm run dev
# For control panel assets, use this instead.
npm run cp:dev
#Building for production
npm run build
# For control panel assets, use this instead.
npm run cp:build