Website/README.md

32 lines
699 B
Markdown
Raw Normal View History

2021-12-22 15:51:12 +00:00
# TheRed.SH
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
## All PRs are welcome! Thanks for the nice people who make them.
### This website can be used for basically anything you want. However, you must comply with the current license!
### As of right now, there is no license, but GPLv3 will be implemented soon.
2021-12-22 18:59:23 +00:00
Authors:
- TheRed (Lead Developer and Creator)
- TheBlueBurger (Developer and Bug-fixer)
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`
Pretty simple.
2021-12-22 18:59:23 +00:00
~ Now in BETA!