headline/view/README.md

24 lines
243 B
Markdown
Raw Permalink Normal View History

2023-08-20 16:22:59 +02:00
# Headline Frontend
We use [UnoCSS](https://unocss.dev/) to generate utility classes
## Installation
First, install dependencies:
```
npm i
```
For development, run:
```
npm run dev
```
For production build, run:
```
npm run build
```