Git Product home page Git Product logo

deployable's Introduction

Abyss V2

Deploy to Heroku Run on Replit Remix on Glitch Deploy to IBM Cloud Deploy to Amplify Console Run on Google Cloud Deploy on Railway Deploy to Vercel Deploy to Netlify Deploy to Koyeb Deploy to Render Abyss is a web browser that uses services workers and the tomphttp NPM package to serve html files. Our frontend consists of svelte files to reduce loading times.

Currently, Abyss supports the wide majority of websites, and we are working to support more each day.

We use the Ultraviolet backend developed by Titanium-Network to serve our files. The repo is here: https://github.com/titaniumnetwork-dev/Ultraviolet.

Running the browser

Run these commands in your terminal in order to download and start Abyss V2.
Ubuntu (alternatively run the start.sh file):

git clone https://github.com/abyss-services/Deployable
npm install
git clone https://github.com/Abyss-Services/frontend
cd frontend
npm install
npm run build
cp -r ./public ../public
cd ..
npm start

Windows:

git clone https://github.com/abyss-services/Deployable
npm install
git clone https://github.com/Abyss-Services/frontend
cd frontend
npm install
npm run build
copy -r ./public ../public
cd ..
npm start

If you do not have git installed, run the following for Ubuntu, or install it here for Windows: https://git-scm.com/downloads.

sudo apt update && sudo apt upgrade
sudo apt install git

If you do not have nodejs installed, run the following for Ubuntu or install it for Windows here: https://nodejs.org/en.

sudo apt update && sudo apt upgrade
curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh
sudo bash /tmp/nodesource_setup.sh
sudo apt install nodejs

Configuration

The default port is port 3000. You may change the port by following the directions listed below.

Ubuntu Directions:

cp .env.example .env
nano .env

Edit the port there, then use Ctrl+S to save the file.

Windows Directions: Rename .env.example to .env Edit the port in the .env file.

License

GNU Affero General Public License v3.0.

Read the license before modifying the browser.

deployable's People

Contributors

paxtonwarin avatar 830008 avatar awsomegameplay123 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.