katedee / Omae2.1

Shadowrun Character Generator Powered by React/Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Omae v2

Omae is a character generator for Shadowrun 5th Edition. Live demo can be found here.

##Technologies

##Getting Started

  1. Install NodeJS from nodejs.org. I'm currently using Node 5.5.0, but in theory a few older versions should still work too.
  2. Clone the repo (you may need to install git if you're running Windows, https://git-scm.com/download/win) git clone git@github.com:HeyOmae/Omae2.1.git
  3. Navigate to the directory you cloned the repo to. This is usually done with the command CD /path/to/directory/
  4. Install dependencies with npm install
  5. Run dev server with npm start Which should open a browser and run the app

##Dev Tools

Install Yeoman and the React-Webpack-Redux generator. You can skip this if you don't plan on contributing to the project.

	npm install -g yo generator-react-webpack-redux

###Help for pushing release to live

//TODO: Write more stuff here

About

Shadowrun Character Generator Powered by React/Redux

License:Other


Languages

Language:JavaScript 97.6%Language:CSS 1.8%Language:HTML 0.6%