A website made by and for TheRed!
| components | ||
| pages | ||
| public | ||
| styles | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| next.config.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
~ TheRed.SH ~
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.
Authors:
Some of the icons are provided by FontAwesome! Go check them out.
This website uses Next.JS.
You can run the website in dev mode using:
yarn devornpm dev
And you can compile it using:
yarn buildornpm build
Then run it using:
yarn startornpm start
Pretty simple.
~ Now in BETA!