# irandom ## Setup ``` npm install ``` ### Dev server ``` npm run serve ``` or ``` npm run dev ``` ### Production build ``` npm run build ``` ### Preview production build ``` npm run preview ``` ### Lint ``` npm run lint ``` ### Customization Copy `.env.example` to `.env` and set branding / theme variables. `npm run serve` / `npm run build` regenerates `public/config.js` automatically.