update friends.txt domain
Add logo
Add autocomplete
frensviewer is a program to surf friends.txt files.
Navigate to an empty directory
mkdir frensviewer
cd frensviewer
Download docker-compose.yaml
wget https://git.sr.ht/~thecashewtrader/frensviewer/blob/main/docker-compose.yaml
Run the container
docker compose up
node
node
Clone the source code
git clone https://git.sr.ht/~thecashewtrader/frensviewer
cd frensviewer
Install dependencies and build
yarn # (Or `npm i` etc.)
yarn build # (Or `npm run build` etc.)
Copy the package.json
file and the build
folder. Then, install dependencies, set environment variables, and run:
yarn --prod # (or `npm i --production` etc.)
node build