wildebeest/frontend
Sven Sauleau 9c11b74c2e MOW-118: switch from KV to DO for caching 2023-01-19 09:09:30 +00:00
..
adaptors/cloudflare-pages Import wildebeest code 2023-01-04 09:51:17 +00:00
mock-db MOW-118: switch from KV to DO for caching 2023-01-19 09:09:30 +00:00
public add favicon 2023-01-10 16:27:26 +00:00
src Merge pull request #98 from cloudflare/miscellaneous-fe-improvements 2023-01-12 19:34:25 +00:00
test Add reblog boosts to the frontend UI 2023-01-11 22:06:56 +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 improve the frontend lint coverage 2023-01-16 21:30:08 +00:00
postcss.config.cjs add tailwind 2023-01-04 23:02:58 +01:00
tailwind.config.cjs introduce wildebeest colors 2023-01-09 23:23:20 +00:00
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 wire instance details to API 2023-01-06 15:30:17 +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