Skip to content

RigaDevDay/RigaDevDay.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

07a659b · Mar 18, 2016
Feb 17, 2016
Mar 18, 2016
Nov 24, 2015
Oct 29, 2015
Oct 29, 2015
Jan 23, 2016
Oct 29, 2015
Jul 26, 2015
Nov 24, 2015
Feb 17, 2016
Oct 29, 2015
Nov 24, 2015

Repository files navigation

Stories in Ready Join the chat at https://gitter.im/RigaDevDay

Cool conference for cool devs.

Development

Setup

You need:

  • Node v5.0.0+
  • Intellij IDEA (Webstorm)
  • Courage
  • Bower 1.6.4+

nvm - node version manager. Get your node easily.

Prepare environment:

npm install -g gulp bower

Prepare project:

npm run prepare

Coding

# Run development server with live reload
npm run serve

# Build and deploy to prod
npm run deploy

Contribution

Just push your to the master!

If you want to get review on your work:

  • Write everything in seperate branch/fork
  • Push to github
  • Create pull request
  • Assign someone to pull request
  • Ask any questions
  • Wait
  • Merge to master