Website/README.md
2021-11-01 13:36:45 +02:00

15 lines
271 B
Markdown

# 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`
Pretty simple.