Warning This is still in development, most features are not implemented yet.
Another generic social media that was made to be a bootleg of wasteof.money
Note This uses Pocketbase 12.3, things might be outdated.
Clone the repo and cd'ing in
$ git clone https://github.com/Late-Is-Cool/wasteof.time.git && cd wasteof.time
Install the dependencies
$ npm install
Create .env file and set variables (Check .env.example)
$ touch .env
Start the development server
$ npm run dev
Build for production
$ npm run build
Preview production build
$ npm run preview