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.
-
install node via the pre-built installer
-
install CLI tool for Angular
npm install -g @angular/cli -
clone this repository
-
npm install
-
install Xcode's command line tool
xcode-select --install -
install required dependency using homebrew
brew install pkg-config cairo pango libpng jpeg giflib -
install node via nvm
-
install CLI tool for Angular
npm install -g @angular/cli -
clone this repository
-
npm install
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`