Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.49 KB

File metadata and controls

30 lines (25 loc) · 1.49 KB

Beyond Software

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


This is the repository for the website. If you want to do contributions to the list, please go to https://github.com/abUwUser/beyond-software-list

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