A website made by and for TheRed!
Go to file
Red Duck 03c64af142 someone sent nsfw so i fixed that 2022-04-11 23:25:16 +03:00
components changes 2022-03-07 18:25:56 +02:00
pages someone sent nsfw so i fixed that 2022-04-11 23:25:16 +03:00
public Improved the website 2021-12-22 20:59:23 +02:00
styles Some changes 2022-02-17 18:17:35 +02:00
.eslintrc.json Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
.gitignore Beta 2, quite a bit of changes 2022-02-15 19:08:29 +02:00
LICENSE Beta 2, quite a bit of changes 2022-02-15 19:08:29 +02:00
README.md Beta 2, quite a bit of changes 2022-02-15 19:08:29 +02:00
next.config.js Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
package.json Beta 2, quite a bit of changes 2022-02-15 19:08:29 +02:00
yarn.lock Beta 2, quite a bit of changes 2022-02-15 19:08:29 +02:00

README.md

~ 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 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!