Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 831 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 831 Bytes

wasteof.time

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

Preview1

Setting up

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