A website made by and for TheRed!
Go to file
2021-11-01 14:31:47 +02:00
components Edited some stuff 2021-11-01 14:31:47 +02:00
pages Edited README 2021-11-01 13:36:45 +02:00
public Edited some stuff 2021-11-01 14:31:47 +02:00
styles Edited some stuff 2021-11-01 14:31:47 +02:00
.eslintrc.json Initial commit from Create Next App 2021-10-24 20:04:22 +03:00
.gitignore Edited README 2021-11-01 13:36:45 +02:00
next.config.js Initial commit from Create Next App 2021-10-24 20:04:22 +03:00
package.json Initial commit from Create Next App 2021-10-24 20:04:22 +03:00
README.md Edited some stuff 2021-11-01 14:31:47 +02:00
yarn.lock Initial commit from Create Next App 2021-10-24 20:04:22 +03:00

TheRed.TK

This is a personal website made by TheRed, all of the source code is available!

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.