Website/README.md

80 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2022-02-15 17:08:29 +00:00
<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>
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
This is a personal website made by TheRed, all of the source code is available!
2021-10-24 17:04:22 +00:00
## All PRs are welcome! Thanks for the nice people who make them.
2022-02-15 17:08:29 +00:00
- ### [<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/)
2022-02-15 17:08:29 +00:00
### Some of the icons are provided by FontAwesome! [Go check them out.](https://fontawesome.com/)
2021-12-22 18:59:23 +00:00
2021-11-01 11:36:45 +00:00
This website uses `Next.JS`.
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
You can run the website in dev mode using:
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
- `yarn dev` or `npm dev`
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
And you can compile it using:
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
- `yarn build` or `npm build`
2021-10-24 17:04:22 +00:00
2021-11-01 12:31:47 +00:00
Then run it using:
- `yarn start` or `npm start`
Pretty simple.
2021-12-22 18:59:23 +00:00
~ Now in BETA!