Skip to content

Repository files navigation

Maker PlayGround

The source code of Maker PlayGround, a web application for designing hardware projects through a simple state diagram. From the diagram, Maker Playground can generate sourcecode for many series of microcontroller. It is also compatible with numerous sensors and output devices to satisfied user's need.

Build Instruction

On Windows (tested on Windows 10 x64)

  1. install node via the pre-built installer

  2. install CLI tool for Angular

    npm install -g @angular/cli

  3. clone this repository

  4. npm install

On OS X (tested on OS X EI Capitan)

  1. install Xcode's command line tool

    xcode-select --install

  2. install required dependency using homebrew

    brew install pkg-config cairo pango libpng jpeg giflib

  3. install node via nvm

  4. install CLI tool for Angular

    npm install -g @angular/cli

  5. clone this repository

  6. npm install

Notes

To develop the frontend using the cloud development server use

    `ng serve --environment=dev --targer=development`

or just

    `ng serve`

To develop using the local server as a backend use

    `ng serve --environment=dev-local --target=development`

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages