Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
0
Comments
1,396
Joined
2 yr. ago

  • I know it's a coincidence but I'm still going to blame trump because that's exactly what Trump did when Biden was president. He got on Twitter or whatever and blamed every single bad thing that happened in this country on Biden. Trump deserves the same treatment if not worse.

  • How was the housing? Did some people get a nicer house than others? How was that decided? If you had another kid and needed more space what would happen? I generally have no idea. I saw pics of some crappy apartments but I would love to know what it was really like for most people

  • Yarn is a package manager. It lets you install libraries and run scripts for JavaScript.

    If you need to add a library to your project you do something like 'yarn add react' for example. That would install react in your project.

    If you write code that needed to be compiled or you wanted to minify it or change it in some way you can also use yarn to help.