Website/README.md

80 lines
2.0 KiB
Markdown
Executable File

<style>
.Block1 {
background-color: #ff4444;
border: 0px white solid;
border-radius: 5px;
color: white;
padding-left: 10px;
padding-right: 10px;
transition: all .2s ease;
position: absolute;
display: block;
}
.Block1:hover {
cursor:pointer;
background-color:white;
color: black;
}
.Block2 {
background-color: #5c5cff;
border: 0px white solid;
border-radius: 5px;
color: white;
padding-left: 10px;
padding-right: 10px;
transition: all .2s ease;
position: absolute;
display: block;
}
.Block2:hover {
cursor:pointer;
background-color:white;
color: black;
}
.Block3 {
background-color: #6ccc6c;
border: 0px white solid;
border-radius: 5px;
color: white;
padding-left: 10px;
padding-right: 10px;
transition: all .2s ease;
position: absolute;
display: block;
}
.Block3:hover {
cursor:pointer;
background-color:white;
color: black;
}
</style>
# <div style="text-align:center;background-color:#af8fff;color:black;padding:10px;border:0px white solid;border-radius:10px;">~ TheRed.SH ~</div>
This is a personal website made by TheRed, all of the source code is available!
## All PRs are welcome! Thanks for the nice people who make them.
- ### [<div class="Block3">This website is licensed under AGPLv3!</div>](https://www.gnu.org/licenses/agpl-3.0.en.html)
## Authors:
- [<div class="Block1">TheRed (Creator and Lead Developer of the project)</div>](https://thered.sh/)
### Some of the icons are provided by FontAwesome! [Go check them out.](https://fontawesome.com/)
This website uses `Next.JS`.
You can run the website in dev mode using:
- `yarn dev` or `npm dev`
And you can compile it using:
- `yarn build` or `npm build`
Then run it using:
- `yarn start` or `npm start`
Pretty simple.
~ Now in BETA!