Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 630 Bytes

Radora

Description

This is an Airthings hackathon project for an easter egg game inspired from Galaga that can be used in our app and hopefully other places in the Airthings system. This project uses Phaser 3, Webpack and Express along with Node. The original template is forked from here

The project is available publicly on Heroku

Setup

  • Clone this project
  • npm install

Dev Environment

npm run dev

Prod Environment

npm run build
npm start