Conversation
leon-liang
left a comment
There was a problem hiding this comment.
Can we put the Next.js project directly inside the client folder without the additional teamserverdown folder?
I think it's cleaner in my opinion if we have folder teamserverdown folder |
xhulia028
left a comment
There was a problem hiding this comment.
Can you remove the .gitkeep file? We don't need it, since the directory is not empty anymore.
xhulia028
left a comment
There was a problem hiding this comment.
Could you delete teamserverdown folder, so we can have everything in Client? teamserverdown refers to the whole project not just the client, so it is a bit confusing to have such a folder in client. Also Dockerfile is usually on the same level as package.json.
There was a problem hiding this comment.
Just out of curiosity where did you get the styles from?
There was a problem hiding this comment.
It's get created when you install tailwind/css
No description provided.