This is our frontend for paste.asterix.sh, this is hosted on Firebase Hosting.
Replace bun with your prefered JavaScript runtime. (NPM)
# Install Depends
$ bun install
# Run The Web Server
$ bun run dev
Replace bun with your prefered JavaScript runtime. (NPM)
# Install Firebase Globally
$ bun install -g firebase-tools
# Login to Firebase
$ firebase login
# Deploy to Firebase Hosting
$ firebase deploy