Website/README.md

19 lines
322 B
Markdown
Raw Normal View History

2021-11-01 11:36:45 +00:00
# TheRed.TK
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
This is a personal website made by TheRed, all of the source code is available!
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
This website uses `Next.JS`.
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
You can run the website in dev mode using:
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
- `yarn dev` or `npm dev`
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
And you can compile it using:
2021-10-24 17:04:22 +00:00
2021-11-01 11:36:45 +00:00
- `yarn build` or `npm build`
2021-10-24 17:04:22 +00:00
2021-11-01 12:31:47 +00:00
Then run it using:
- `yarn start` or `npm start`
2021-11-01 11:36:45 +00:00
Pretty simple.