Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

adrianjost/fastfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastFeed

A beautiful fast RSS-Reader with modern Webtechnology to improve mobile use on realy slow networks

Dependabot Status Dependency Status Dependency Status

/client

cd ./client

  • Setup: npm i
  • Development: npm run dev
  • Build: npm run build
    • before running the command, set the following env variables:
      • API_URL=https://fastfeed.hackedit.de/server
    • build output is located at /dist

/server

  1. create a file at ./server/config.php and put in your credentials:
<?php
  $db_prefix = "...";
  $db_host = "...";
  $db_user = "..." ;
  $db_pw = "...";
  $db_name = "..." ;
?>
  1. deploy the ./server directory

Note: An example database sql file is located at /server/database

About

A beautiful fast RSS-Reader with modern Webtechnology to improve mobile use on realy slow networks

Resources

Stars

Watchers

Forks

Packages

No packages published