wasteof.money (legacy): Difference between revisions

From wasteof.money wiki
(more information)
m (move needed citation notice over)
 
Line 1: Line 1:
[[File:wasteof-money-legacy-profile.png|thumb|User page on wasteof.money legacy]]
[[File:wasteof-money-legacy-profile.png|thumb|User page on wasteof.money legacy]]
[[File:Wasteoflegacy.png|thumb|wasteof.money legacy logo]]
[[File:Wasteoflegacy.png|thumb|wasteof.money legacy logo]]
'''wasteof.money''', retroactively named '''wasteof.money legacy'''<ref>https://wasteof.money/search?q=legacy</ref> to differentiate it from newer versions, and sometimes called '''wasteof1'''<ref>https://wasteof.money/search?q=wasteof1</ref>, was the original version of the [[wasteof.money]] website. It was created by [[Jeffalo]] in November 2020 and was available for a short time at dev.wasteof.money. It is open source on GitHub<ref>https://github.com/jeffalo/wasteof.money</ref>, however it bears little internal resemblance to later versions of the site. The database was wiped often, and was not carried over to [[wasteof2]] {{Citation needed}}.
'''wasteof.money''', retroactively named '''wasteof.money legacy'''<ref>https://wasteof.money/search?q=legacy</ref> to differentiate it from newer versions, and sometimes called '''wasteof1'''<ref>https://wasteof.money/search?q=wasteof1</ref>, was the original version of the [[wasteof.money]] website. It was created by [[Jeffalo]] in November 2020 and was available for a short time at dev.wasteof.money. It is open source on GitHub<ref>https://github.com/jeffalo/wasteof.money</ref>, however it bears little internal resemblance to later versions of the site. The database was wiped often, and was not carried over to [[wasteof2]].{{Citation needed}}  


=== Setup ===
=== Setup ===

Latest revision as of 01:55, 6 May 2024

User page on wasteof.money legacy
wasteof.money legacy logo

wasteof.money, retroactively named wasteof.money legacy[1] to differentiate it from newer versions, and sometimes called wasteof1[2], was the original version of the wasteof.money website. It was created by Jeffalo in November 2020 and was available for a short time at dev.wasteof.money. It is open source on GitHub[3], however it bears little internal resemblance to later versions of the site. The database was wiped often, and was not carried over to wasteof2.[citation needed]

Setup

Below is the guide on how to setup wasteof.money legacy and host it on your computer. You need to install node, node package manager, git bash and mongodb for this to work.[4]


First, clone the repository

git clone https://github.com/jeffalo/wasteof.money.git

Next, open the folder

cd wasteof.money

Next, install it and its dependencies

npm i

Next, build the CSS

npm run tailwind:build

Setup .env

Either run npm run setup (recommended), or follow these instructions.

  • MongoDB needs DB_URL env variable (For example, DB_URL=localhost/social)
  • (Optional) LISTEN_PORT env variable default 8080

Finally, start the app!

node .