Skip to content
/ frontend Public

Frontend for ARPB2, with block programming and classroom admin

License

Notifications You must be signed in to change notification settings

arpb2/frontend

Repository files navigation

ARPB2 - Frontend

Frontend for APRB2 project

node version Built on Blockly

Uses Node 10 + Express + React. Blockly for block programming

Current live version can be found here

Run locally

yarn
yarn start-dev

Serve locally with firebase

yarn serve

Deploy to firebase

Only if you changed any env vars do

yarn env
yarn deploy