Development
Dok comes with a simple Vite configuration that ships with every new Statamic site so you should 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