Add welcome console.log #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you open up the dev tool console on theguardian.com there is a well formated console.log that invites folks to apply for jobs.

I'd like to have the same thing inviting folks to get involved in the project. This will make a good first issue since you don't need prior knowledge of how the project works. Just need to google how to format console logs.
I think the best way to add it is in a
useEffecthook on the mainlayout since that's on every page.web/src/layouts/MainLayout/MainLayout.jsHello. I would like to work on it
Great, thanks. I've assigned it to you.
You should work of the
devbranch, NOTmainas I've got a lot of changes in dev about to go into main soon.Let me know if you need any help with setup.
Okay thank you
@ezekielnizamani, Lets make the message:
Hey, 👋
CadHub is in active development - Want to lend a hand?
https://github.com/Irev-Dev/cadhub
@Irev-Dev is this what I have to add to the console log?
@ezekielnizamani Yes thanks.
@Irev-Dev okay cool
@Irev-Dev I use npm this my first time using yarn I am facing this problem when I run yarn install There appears to be trouble with your network connection. Retrying...
@ezekielnizamani Oh okay, not sure I can help with that specific problem with yarn.
You should be able to use the comands using npm, try the following.
Install dependencies
Initialise the db
Fire up dev
okay thank you
@ezekielnizamani if it helps here's the line they use on the guardian
Looks like there are styles for each line, interesting. I didn't know these things about console.log
Here's a resource on the matter: http://www.softwareishard.com/blog/firebug/firebug-tip-styled-logging/
code is ready but can't add it to the project cause got some issues here is the code
`console.log(
"\n%cHey, 👋.\n%c______________________________________________________________________________\n\n%cCadHub is in active development - Want to lend a hand? \n\n%chttps://github.com/Irev-Dev/cadhub",
"font-family: Georgia, serif; font-weight:bold; line-height: 2rem; font-size: 32px; color: #3c366b",
"font-size: 10px; color:#D3D3D3",
"font-family: Georgia, serif; font-size: 16px;line-height:3rem ",
"font-family: Helvetica Neue, sans-serif; font-size: 16px; line-height: 1.5rem; color:#gray",
)`
Thanks @ezekielnizamani
Do you want to try and work through the issues or do you want to me to add the code?
It's fine for me to add the code but it means you will miss out on raising a pull request and being listed as a contributor, which is fine if you're not worried about that.
What were the issues that you hit?