An easy to install resume for gamers to social with each other. Haven't touched in almost a decade, but might spin back up <3
- CSS 56%
- HTML 39.4%
- JavaScript 4.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| config | ||
| css | ||
| font-awesome | ||
| icons | ||
| images | ||
| js | ||
| views | ||
| gamerresume.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
gamer-resume
A resume for gamers to social with each other. This is based loosely off of tiny-personal-resume, but that is more geared towards coding professionals, and is python based. This is entirely for fun and primarily utilizes nodejs! :D Working demo available at https://domo.games
Setup
Clone this repo
git clone git@github.com:jessebot/gamer-resume.git
Install npm
Redhat based distros (Redhat, CentOS, Fedora, etc)
sudo yum install npm
Debian based distros (Ubuntu)
sudo apt-get install npm
Install npm, from inside the git clone dir
npm install
Create a json file
Copy the existing sample to a new file named config.json, then user a
text editor to change the values to your usernames
In particular, you'll need a steam API key to utilize this fully.
cp config/sample-config.json config/config.json
To start
npm start