Ruby-Network / Airea

Home Page:https://airea.motortruck1221.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://airea.motortruck1221.tech


Languages

Language:JavaScript 99.4%Language:TypeScript 0.5%Language:HTML 0.1%Language:CSS 0.0%Language:Dockerfile 0.0%