feed.component.ts
. Hint: You can use SHIFT+SHIFT to easily jump to it.GLOBAL_TAB
function in the file and modify the return statement as follows (you can name your feed whatever you want):static GLOBAL_TAB = "Satoshi's Feed";
post.go
file, which defines one of the API endpoints queried by the frontend. Hint: You can use SHIFT+SHIFT to navigate to it.GetPostsStateless
. Modify the response at the end of the function as follows to customize the content: