Skip to content

RigaDevDay/RigaDevDay.github.io

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