Files
irandom/README.md
T
2026-07-31 23:59:23 +03:00

35 lines
395 B
Markdown

# 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.