A beautiful fast RSS-Reader with modern Webtechnology to improve mobile use on realy slow networks
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
- before running the command, set the following env variables:
- create a file at
./server/config.php
and put in your credentials:
<?php
$db_prefix = "...";
$db_host = "...";
$db_user = "..." ;
$db_pw = "...";
$db_name = "..." ;
?>
- deploy the
./server
directory
Note: An example database sql file is located at /server/database