mtgdevs is an open-source project to collaborate on a progressive web app for all things Magic.
mtgdevs is written in Angular with Firebase as backend.
- Install node.js LTS.
- Clone this repo.
- Navigate to the cloned folder an run npm install.
- Install the Angular CLI globally:
npm install -g @angular/cli
. - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.