Website/README.md
2021-12-22 20:59:23 +02:00

32 lines
699 B
Markdown
Executable file

# TheRed.SH
This is a personal website made by TheRed, all of the source code is available!
## 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.
Authors:
- TheRed (Lead Developer and Creator)
- TheBlueBurger (Developer and Bug-fixer)
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.
~ Now in BETA!