Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 222 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 222 Bytes

Getting Started

  1. Clone the repo

    git clone https://github.com/DanFessler/orbit.git
    
  2. Install dependencies

    npm install
    
  3. Run webpack:

    npm start
    
  4. Build prod:

    npm run build