My epic website
Go to file
Red Duck f6b53e83de The website was updated a bit again 2021-12-22 00:42:34 +02:00
components The website was updated a bit again 2021-12-22 00:42:34 +02:00
pages The website was updated a bit again 2021-12-22 00:42:34 +02:00
public Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
styles The website was updated a bit again 2021-12-22 00:42:34 +02:00
.eslintrc.json Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
.gitignore Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
README.md Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
next.config.js Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
package.json Loads of changes, still working on it 2021-12-21 21:08:36 +02:00
yarn.lock Loads of changes, still working on it 2021-12-21 21:08:36 +02:00

README.md

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.