Skip to content

The-Ghost-Network/Ghost-Astro

Repository files navigation

Ghost-Astro

Ghost-Astro is The Astro version of Ghost!

Features

Ghost has a lot of features including

  • Cloaking

  • Theming

  • Lots of Games

  • And A Proxy!

    Deploying

    git clone https://github.com/The-Ghost-Network/Ghost-Astro
    cd Ghost-Astro
    npm i
    npm run build
    npm start
    

    Deploying using pm2

    npm install -g pm2
    git clone https://github.com/The-Ghost-Network/Ghost-Astro
    cd Ghost-Astro
    npm i
    npm run build
    pm2 start run-server.js --name Ghost-Astro
    

    Credits

    Nobodycares for most of the code! Shrey for some of the js! Titanium Network For Ultraviolet! e9x For letting me "borrow" some code