Airea is a fork of Zeno, which adds new themes, search engines and possibly more features
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
- 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
- Follow Examples above until you hit Using Node or NPM Start then follow these instructions.
- Install 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