headline/view
2023-08-23 17:24:06 +02:00
..
static Update logo 2023-08-22 10:49:40 +02:00
templates Change repo URLs 2023-08-23 17:24:06 +02:00
app.py Serve CSS with version hash 2023-08-21 14:56:12 +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 Serve CSS with version hash 2023-08-21 14:56:12 +02:00
uno.config.ts Fix style 2023-08-21 11:05:05 +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