a dummy log renderer component
- check out the latest build on Netlify
- mock API is on a free glitch dyno, awakening takes some time, so initial loading could be slow
- Vite for builds and local dev env
- Material-UI for sitebuild and components
- Redux Toolkit to grab the goodies for the store (immer, thunk, slices)
- RTK Queries (beta) for API fetching / caching
yarn
yarn dev
yarn build
# will generate static build under `dist` folder