Skip to content

kbdspam/cursor-party-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

other repos:

packages:

sudo apt install build-essential mosh ufw byobu vnstat curl wget htop lsof strace cron jq
# build-essential for debian because partykit node packages needed make...

other things to do on servers:

  • cron to tell discord when rebooted
wget https://github.com/fieu/discord.sh/raw/master/discord.sh
chmod +x discord.sh
crontab -e
@reboot /home/debian/discord.sh --username "$HOSTNAME" --text "I rebooted..." --webhook-url=""

how to deploy:

  • run the sync.sh script...
  • (you can do wsl -e bash /mnt/f/code/c.ookie.click-cursor-party/cursor-party-helper/sync.sh)

in partykit:

npm i
npm run build

in cursor-party-server

npm i
while true; do npx partykit dev ; done

other things

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published