wasteof.money is a social media with aspects inspired from Twitter and Scratch.
| Pictures |
|---|
![]() |
![]() |
![]() |
wasteof.money requires a mongodb database to function. You can use a free cloud hosted version by following the instructions here.
Install node, npm and mongodb.
First, clone the repo.
git clone https://github.com/jeffalo/wasteof.money.gitNext, open the folder
cd wasteof.moneyNext, install it and its dependancies
npm iNext, build the css
npm run tailwind:buildSet up your .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 .

