wildebeest/frontend
Dario Piotrowicz 215eac1ba8 make sure not-found responses have the 404 status
resolves #165
2023-02-01 14:32:00 +00:00
..
adaptors/cloudflare-pages
mock-db improve image and video handling 2023-01-30 15:38:13 +00:00
public
src make sure not-found responses have the 404 status 2023-02-01 14:32:00 +00:00
test add replies to dummy data and test them in the ui tests 2023-01-19 09:52:44 +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
postcss.config.cjs
tailwind.config.cjs
tsconfig.json
vite.config.ts
yarn.lock

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