headline/view
2023-08-21 11:05:01 +02:00
..
static Remove old favicon 2023-08-21 10:09:36 +02:00
templates Push expand_diffs param to URL 2023-08-21 11:05:01 +02:00
app.py Handle article not found 2023-08-21 10:56:04 +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