diff --git a/README.md b/README.md new file mode 100644 index 000000000..70a3825f7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 2009 RSPS website + +## Setting up + +1. Import runescape.sql into a database named "runescape" +2. Edit includes/config.php as needed +3. Run `php -S 127.0.0.1:4000 index.php` + +Originally made by [jarryd229](https://github.com/jarryd229)