An application for collaborative HTML email creation.
You will need to fork this project for use outside Pirate Party Australia.
The left panel embeds an Etherpad instance which must be hosted separately.
-
Checkout the repository to you local system.
-
Init the submodule repository
git submodule init
. -
Update submodule repository
git submodule update
. -
Run the
npm install
command. -
Run the
npm start
. -
Open your web browser an navigate to
https://localhost:3000
.