headline/view
2023-09-07 00:42:47 +02:00
..
static Add dark theme 2023-09-06 21:23:08 +02:00
templates Use semantic tags 2023-09-07 00:42:47 +02:00
app.py change view sql query construction 2023-08-29 16:41:23 +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
helpers.ts Refactor 2023-09-05 22:06:39 +02:00
package-lock.json Add dark theme 2023-09-06 21:23:08 +02:00
package.json Add dark theme 2023-09-06 21:23:08 +02:00
README.md Rewrite frontend with utility classes 2023-08-20 16:22:59 +02:00
requirements.txt Serve CSS with version hash 2023-08-21 14:56:12 +02:00
uno.config.ts Add dark theme 2023-09-06 21:23:08 +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