···1515## The Process
161617171. I created the app with Slices CLI as described [here](https://slices.network/docs/getting-started)
1818-2. It [made a slice](https://slices.network/profile/danabra.mov/slice/3m257yljpbg2a) for me, I set `fm.teal` as its primary namespace
1818+2. It [made a slice](https://slices.network/profile/danabra.mov/slice/3m257yljpbg2a) for me, I set `fm.teal` as its primary namespace
19193. I've manually added the `fm.teal` [lexicons](https://github.com/teal-fm/piper/tree/main/lexicons/teal/feed) to it via web UI
20204. I've pressed Sync in the web UI to backfill records
21215. I've downloaded updated codegen from web UI and pasted it into `src/generated_client.ts`.
···4141These are passed to the component that displays them.
42424343Very cool!
4444-4545-Note that ingesting records in realtime is borked for some reason for my slice but hopefully this should be fixed upstream soon.