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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-07-06 15:27:18 +00:00
config updating config sample 2017-06-27 06:14:24 +00:00
css fixing more padding 2017-07-06 15:27:18 +00:00
font-awesome testing new theme... new css.... 2017-06-25 14:14:09 +00:00
icons adding more icons 2017-06-29 21:42:50 +00:00
images adding more icons 2017-06-29 21:42:50 +00:00
js updated package info 2017-06-27 02:54:07 +00:00
views fixed a mobile view issue with columns 2017-07-06 15:01:12 +00:00
gamerresume.js updated package info 2017-06-27 02:54:07 +00:00
LICENSE Initial commit 2017-06-24 10:40:48 -06:00
package.json bumping versions, fixing padding in container 2017-07-06 15:22:19 +00:00
README.md cleaning house.... which means smashing it to pieces and sobbing first, I guess 2017-06-27 05:43:20 +00:00

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

Feel free to submit feature requests <3