wasteof.money (legacy): Difference between revisions
(Unburied images) |
(added extra cites) |
||
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''', 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'''<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 originally only available for a short time. It is open source on GitHub.<ref>https://github.com/jeffalo/wasteof.money</ref> | ||
=== Setup === | === Setup === | ||
Below is the guide on how to setup [https://github.com/jeffalo/wasteof.money#readme wasteof.legacy] and host it on your computer. | Below is the guide on how to setup [https://github.com/jeffalo/wasteof.money#readme 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.<ref>https://github.com/jeffalo/wasteof.money#setup</ref> | ||
Line 15: | Line 14: | ||
</syntaxhighlight>Next, install it and its dependencies<syntaxhighlight lang="console"> | </syntaxhighlight>Next, install it and its dependencies<syntaxhighlight lang="console"> | ||
npm i | npm i | ||
</syntaxhighlight>Next, build the | </syntaxhighlight>Next, build the CSS<syntaxhighlight lang="console"> | ||
npm run tailwind:build | npm run tailwind:build | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 11:07, 12 August 2022
wasteof.money, commonly known as 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 originally only available for a short time. It is open source on GitHub.[3]
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 .