FOSS Starting page / Search Engine for the web.
Originally made by Webby.
Clone the project
https://github.com/ParrotDevelopers/WebOasis.gitGo to the project directory
cd WebOasisBuilding project
npm run buildInstall dependencies
npm installSetting Port
export PORT=8000Start the server
npm run serve