Skip to content

Latest commit

 

History

History
123 lines (92 loc) · 3.05 KB

README.md

File metadata and controls

123 lines (92 loc) · 3.05 KB


Logo

Hermex

Just get the news. No headache.
· Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License

About The Project

This is a sample web project that aims to help the viewer get latest news from different sources as fast as possible without a need to click or search anything.

MIT License

(back to top)

Getting Started

Prerequisites

  • npm
    npm install npm@latest -g
  • angular
    npm install -g @angular/cli
  • go
    $ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz
    $ export PATH=$PATH:/usr/local/go/bin

Installation

  1. Clone the repo
    git clone https://github.com/okankonur/hermex.git
  2. Install go and angular if you haven't then build and run
    cd hermex/rss-ui
    ng build -c production
    cd ..
    go build .
    ./hermex

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)