wildebeest/frontend
Sven Sauleau 3342a88a6e
Merge pull request #402 from cloudflare/sven/follow-for-move-action
Follow actor on migration
2023-03-27 16:06:40 +02:00
..
adaptors/cloudflare-pages add types-check frontend script 2023-03-06 19:47:28 +00:00
mock-db refactor UI internal APIs 2023-03-07 14:46:08 +00:00
public
src Merge pull request #402 from cloudflare/sven/follow-for-move-action 2023-03-27 16:06:40 +02:00
.eslintrc.cjs
.gitignore
README.md
jest.config.js
package.json Bump @builder.io/qwik from 0.19.2 to 0.21.0 in /frontend 2023-03-10 22:30:09 +00:00
postcss.config.cjs
tailwind.config.cjs
tsconfig.json
vite.config.ts
yarn.lock Bump @builder.io/qwik from 0.19.2 to 0.21.0 in /frontend 2023-03-10 22:30:09 +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