https://github.com/jessebot/gamer-resume
An easy to install resume for gamers to social with each other. Feel free to submit feature requests <3
https://github.com/jessebot/gamer-resume
Last synced: 2 months ago
JSON representation
An easy to install resume for gamers to social with each other. Feel free to submit feature requests <3
- Host: GitHub
- URL: https://github.com/jessebot/gamer-resume
- Owner: jessebot
- License: gpl-3.0
- Created: 2017-06-24T16:40:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T15:27:25.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T09:25:47.055Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 1.92 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gamer-resume
A resume for gamers to social with each other. This is based loosely off of
[tiny-personal-resume](https://github.com/jessebot/tiny_personal_website), 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 [email protected]: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