shubhamvashisht / 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

  • The app is configured to use dev-api.cb.lk as backend out of the box. You can change this in config/environment.js.
  • 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)

About

Source code of the Hacker Blocks frontend application

http://hack.codingblocks.com


Languages

Language:JavaScript 53.8%Language:HTML 38.8%Language:CSS 7.2%Language:Shell 0.1%