shaz13 / hacker-blocks

Source code of the Hacker Blocks frontend application

Home Page:http://hack.codingblocks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker Blocks

Online coding platform by Coding Blocks.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd hack
  • npm install
  • bower install

Running / Development

  • If you wish to code without an instance of hack-backend running, you can enable mirage by exporting HACK_FRONTEND_MIRAGE_ENABLED in your environment.
  • ember serve
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Useful Links

About

Source code of the Hacker Blocks frontend application

http://hack.codingblocks.com


Languages

Language:JavaScript 57.8%Language:HTML 37.5%Language:CSS 4.6%Language:Shell 0.1%