Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.01 KB

Get started

Dependencies

To get a local version of Webmaker App running, you'll need to have git and node installed on your local machine.

You also need at least npm 2.0.0. To update, run

npm install -g npm@latest

Clone

In order to contribute to Webmaker App, you'll need to create your own fork of Webmaker Mobile and make pull-requests against our master branch.

Clone from your own fork or from the original:

git clone https://github.com/mozilla/webmaker-app.git
cd webmaker-app

Build and develop

To start developing, all you need to do is run the following in the webmaker-app directory you just created:

npm install
npm start

This will build the project, start a webserver for you at http://localhost:4242, and run a watch process so that your front-end assets will be regenerated as you make changes.

Develop on Android

Once you are up and running, you should set up your Android environment.