wildebeest/frontend
Dario Piotrowicz 15de47be19 add missing auth loader to settings page 2023-03-06 10:08:32 +00:00
..
adaptors/cloudflare-pages add prelint script 2023-03-03 12:07:47 +00:00
mock-db update e2e about test 2023-03-01 16:55:22 +00:00
public [ImgBot] Optimize images (#1) 2023-02-12 17:59:31 +13:00
src add missing auth loader to settings page 2023-03-06 10:08:32 +00:00
.eslintrc.cjs add replies to dummy data and test them in the ui tests 2023-01-19 09:52:44 +00:00
.gitignore
README.md
jest.config.js
package.json add prelint script 2023-03-03 12:07:47 +00:00
postcss.config.cjs
tailwind.config.cjs
tsconfig.json improve the frontend lint coverage 2023-01-16 21:30:08 +00:00
vite.config.ts fix commit hash setting 2023-01-12 13:11:15 +00:00
yarn.lock add both FE and BE for server settings (including rules) 2023-03-01 16:55:06 +00:00

README.md

Wildebeest UI

This directory contains a website that server-side renders a readonly public view of the data available via the REST APIs of the server.

The site is built using the Qwik framework, which consists of client-side JavaScript code, static assets and a server-side Cloudflare Pages Function to do the server-side rendering.

In the top level of the repository run the following to build the app and host the whole server:

yarn dev

If you make a change to the Qwik application, you can open a new terminal and run the following to regenerate the website code:

yarn --cwd ui build