FOSS Starting page / Search Engine for the web.
Originally made by Webby.
Clone the project
https://github.com/ParrotDevelopers/WebOasis.git
Go to the project directory
cd WebOasis
Building project
npm run build
Install dependencies
npm install
Setting Port
export PORT=8000
Start the server
npm run serve