wasteof.money (legacy)

From wasteof.money wiki
Revision as of 10:57, 12 August 2022 by Polygon (talk | contribs) (Unburied images)
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 .