headline/view
2023-08-20 17:12:25 +02:00
..
static Fix border radius 2023-08-20 17:12:25 +02:00
templates Update logo 2023-08-20 17:07:26 +02:00
app.py Fix bug: toggling expand diff did not current page 2023-08-19 11:21:28 +02:00
Dockerfile Add full-text search to the main page. The user can now search for parts 2023-08-16 10:28:20 +02:00
package-lock.json Rewrite frontend with utility classes 2023-08-20 16:22:59 +02:00
package.json Rewrite frontend with utility classes 2023-08-20 16:22:59 +02:00
README.md Rewrite frontend with utility classes 2023-08-20 16:22:59 +02:00
requirements.txt Add about page and list of feeds, template parts 2022-08-27 12:48:40 +02:00
uno.config.ts Fix border radius 2023-08-20 17:12:25 +02:00

Headline Frontend

We use UnoCSS to generate utility classes

Installation

First, install dependencies:

npm i

For development, run:

npm run dev

For production build, run:

npm run build