Skip to content

DanonekTM/Peystbin

Repository files navigation

📋 Peystbin

A Text Storage Site.

Screenshot of Peystbin landing page.

Project requirements

  • PHP 7.4+
  • MySQL
  • Redis
  • NGINX
  • Node

Project setup

npm install

Compiles and minifies for production

npm run build

Run server

mv move_to_dist/* ./dist
cd dist
php -S localhost:80

Configure files

backend\config\config.php src\config.ts