wildebeest/frontend
Sven Sauleau 26c25adac4 remove Access configuration leftovers 2023-01-06 11:14:27 +00:00
..
adaptors/cloudflare-pages Import wildebeest code 2023-01-04 09:51:17 +00:00
mock-db refactor: createPerson returns a Person 2023-01-05 12:33:33 +00:00
public Image gallery 2023-01-05 17:21:36 -06:00
src remove Access configuration leftovers 2023-01-06 11:14:27 +00:00
test Import wildebeest code 2023-01-04 09:51:17 +00:00
.eslintrc.cjs Import wildebeest code 2023-01-04 09:51:17 +00:00
.gitignore Import wildebeest code 2023-01-04 09:51:17 +00:00
README.md Import wildebeest code 2023-01-04 09:51:17 +00:00
jest.config.js Import wildebeest code 2023-01-04 09:51:17 +00:00
package.json add tailwind 2023-01-04 23:02:58 +01:00
postcss.config.cjs add tailwind 2023-01-04 23:02:58 +01:00
tailwind.config.cjs add tailwind 2023-01-04 23:02:58 +01:00
tsconfig.json Import wildebeest code 2023-01-04 09:51:17 +00:00
vite.config.ts Import wildebeest code 2023-01-04 09:51:17 +00:00
yarn.lock add tailwind 2023-01-04 23:02:58 +01: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