-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<p align="center"><img src="icon.svg"/></p> | ||
<h1 align="center">Beyond Software</h1> | ||
<p align="center"> | ||
A collective list of reliable and trustworthy software and resources for a better user expierence.<br> | ||
Not influenced by sponsors, advertisements or finnancial gain. | ||
</p> | ||
|
||
<br> | ||
|
||
# How to Contribute | ||
- Adding an issue requesting a new entry | ||
- (preferred) Make a Pull Request | ||
|
||
Check the guidelines first [avaiable on the webpage](https://beyondsoftware.info/#guidelines) or [directly at the file](/public/assets/index.md#guidelines). | ||
The whole list of software is avaiable at [/public/assets/index.md](/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](https://git-scm.com/) and [Node](https://nodejs.org/) | ||
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` |