This is a repository to document the growth of my hobby. Feel free to take code and use it as you will.
- Install a webserver service which supports PHP. Apache is a great one and you can read more about it on this article Ubuntu wrote.
- Clone it in the server root with
git clone https://github.com/AnInternetTroll/Website.git .
- Install dependencies using
composer install
andnpm install
- You might have to mod the files as sometimes they don't have permissions to write comments, so do that with
sudo chmod -R 0777 .
- Done, feel free to use it, change it and do whatever you want with it