wasteof.money (legacy): Difference between revisions

From wasteof.money wiki
(added a setup section and accidentally buried the images)
(Unburied images)
Line 1: Line 1:
[[File:wasteof-money-legacy-profile.png|thumb|User page on wasteof.money legacy]]
[[File:Wasteoflegacy.png|thumb|wasteof.money legacy logo]]
'''wasteof.money''', commonly known as '''wasteof.money legacy''' to differentiate it from newer versions, and sometimes called '''wasteof1''', was the original version of the [[wasteof.money]] website. It was created by [[Jeffalo]] in November 2020 and was originally only available for a short time. It is open source on GitHub.<ref>https://github.com/jeffalo/wasteof.money</ref>
'''wasteof.money''', commonly known as '''wasteof.money legacy''' to differentiate it from newer versions, and sometimes called '''wasteof1''', was the original version of the [[wasteof.money]] website. It was created by [[Jeffalo]] in November 2020 and was originally only available for a short time. It is open source on GitHub.<ref>https://github.com/jeffalo/wasteof.money</ref>


Line 25: Line 27:
Finally, start the app!<syntaxhighlight lang="console">
Finally, start the app!<syntaxhighlight lang="console">
node .
node .
</syntaxhighlight>[[File:101082518-ddb15c00-35ab-11eb-933b-babb15b19cd3.png|thumb|367x367px|User page on wasteof.money legacy]]
</syntaxhighlight><references />
[[File:Wasteoflegacy.png|thumb|148x148px|wasteof.money legacy logo]]
<references />

Revision as of 10:57, 12 August 2022

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

wasteof.money, commonly known as wasteof.money legacy to differentiate it from newer versions, and sometimes called wasteof1, was the original version of the wasteof.money website. It was created by Jeffalo in November 2020 and was originally only available for a short time. It is open source on GitHub.[1]

Setup

Below is the guide on how to setup wasteof.legacy and host it on your computer.

You need to install node, node package manager, git bash and mongodb for this to work.


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 .