Warning
Feel free to fork this or use the code, just please make sure to give credits for the parts of code that you used, and also make sure to keep the license the same.
You'll need to clone the repository and install all of the required dependencies. You can do this by running the commands below.
git clone https://github.com/rearrangement/website.git dylsite
cd dylsite
bun iOnce you have run these commands, you can now run
bun run dev
This will allow you to start a local development server where you can make changes and see those changes LOCALLY.
Once you have run those commands, go to your browser of choice and visit the link http://localhost:4321
You will now be able to see the website.
You can contribute to the repository by simply making a pull request to this repository with the proposed changes that you'd like to make.
Please make sure to update the changelog, if not it's alright but it saves us a little bit of time when reviewing the pull requests.
Most of these pull requests will be reviewed by the repositories maintainers, (just me, rearrangement as of now) and your request will either be merged or declined most likely with a reason to our decision.
All ideas and changes are welcome, don't be scared to contribute. This does not say that all ideas will be accepted though.
You are allowed to do anything that the license to this software permits, no matter what happens to the software. Even if this goes private and you repost it, you are 100% allowed to do so.
There are some companies that license their software and then revoke it with no announcement (iykyk). The license that you get with this software will contain the set of rules of what you are allowed and not allowed to do with it. This license will always be valid no matter what.
If there are security issues with MY code (NOT other packages that this code relies on such as astro, typescript, sass, or any others), please follow the instructions in SECURITY.md on how to report them and whatnot.
this is subject to change!