Eric Eastwood
dff2209e56
Fix nodemon not being able to watch for changes because vite is interfering ( #11 )
...
We use `vite@2.9.6` because `vite>=2.9.7` is interfering with `nodemon`, see https://github.com/vitejs/vite/issues/8492
This means that when using `npm run start-dev` -> [`start-dev.js`](40f9d2ea5a/server/start-dev.js
), `nodemon` wasn't restarting when a change was made.
2022-06-07 14:56:46 -05:00
Eric Eastwood
40f9d2ea5a
Update to work with latest `hydrogen-view-sdk@0.0.12` ( #10 )
...
Get this project running again after a few months of changes
from `hydrogen-view-sdk` and now finally after
https://github.com/vector-im/hydrogen-web/pull/693
merged to make the SDK friendly to locally link and develop on.
2022-06-06 18:58:45 -05:00
Eric Eastwood
db6d3797d7
Working e2e test
2022-02-24 03:27:53 -06:00
Eric Eastwood
839e31a35e
E2E test but still failing because fetching from start of day before test events happened
2022-02-23 21:25:05 -06:00
Eric Eastwood
0f493a241e
Federated homeservers in Docker for e2e tests
2022-02-22 20:25:24 -06:00
Eric Eastwood
aea382e4f8
WIP: start of tests
2022-02-22 16:06:29 -06:00
Eric Eastwood
6a5d011a45
Link calendar days
2022-02-16 19:58:32 -06:00
Eric Eastwood
e0279e080e
Add npm run start-dev to build vite and run server at once
2022-02-15 17:17:14 -06:00
Eric Eastwood
72a6297ae5
Re-mount on client to get JS interactivity
2022-02-15 01:33:16 -06:00
Eric Eastwood
a75b12a608
WIP: Add calendar to right panel
2022-02-14 21:11:55 -06:00
Eric Eastwood
82ba92b806
Add custom RightPanel support
2022-02-10 02:21:49 -06:00
Eric Eastwood
a49657f9e3
Fetch and render from homeserver
2022-02-07 19:55:11 -06:00
Eric Eastwood
4ab26ef2d1
Strip out PoC pieces (just leave the SSR stuff)
2022-02-05 04:35:02 -06:00