Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.67 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.67 KB

Beyond Software

A collective list of reliable and trustworthy software and resources for a better user expierence.
Not influenced by sponsors, advertisements or finnancial gain.


How to Contribute

  • Adding an issue requesting a new entry
  • (preferred) Change index.md and make a Pull Request

Check the guidelines first available on the webpage or directly at the file.
The whole list of software is available at /public/assets/index.md.

Please delete your forks after merging with the main repo. This is to prevent outdated information to be out in the wild

Running for dev/production enviorment

Installing

  1. Download Git and Node
  2. git clone https://github.com/abUwUser/beyond-software.git
  3. cd beyond-software
  4. npm i --global pnpm
  5. pnpm i
  6. git clone https://github.com/abUwUser/beyond-software-list.git ./docs

Building

Run pnpm build in the project folder to build the file. Sadly at the moment we do not provide any official way to watch for changes

For previewing, run pnpm view-build