Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Ruby-Network/Airea

 
 

Repository files navigation

Airea

Airea is a fork of Zeno, which adds new themes, search engines and possibly more features

Hosting

Currently there is only one method for hosting Airea. (Docker Image and hosting coming soon!)

  • Clone this repositorr:
$ git clone https://github.com/unblocked-haven/airea.git
  • Move into the directory
$ cd airea
  • Install dependencies:
$ npm ci

Using Node or NPM Start

  • If you wih to use something like PM2 and not Node for easier background deployment Follow this link
  • Build the project:
$ npm run build
  • Start the server:
$ npm start
  • Open your browser and go to http://localhost:3001

Using PM2

$ npm i -g pm2
  • Build the project:
$ npm run build
  • Start the server:
$ pm2 start npm --name "airea" 
  • Or
$ pm2 start ecosystem.config.cjs --name airea
  • Open your browser and go to http://localhost:3001

More Documentation to come.

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%