GetMural / Mural

Mural is a tool for visual storytelling. It’s a program that helps you sequence your visual story, and then generates everything needed for that story to be displayed on most modern web browsers and served from any web server.

Home Page:https://www.getmural.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mural

Mural is a tool for visual storytelling. It’s a program that helps you sequence your visual story, and then generates everything needed for that story to be displayed on most modern web browsers and served from any web server.

You can see the way your story will look, test out all of the elements, and make changes if necessary before it’s uploaded to the web.

When a story is made with Mural, its visual elements are displayed at full screen by default, letting the strength and richness of your work shine through. Images can be combined with sound, videos combined with text, and numerous other combinations are possible.

Mural uses the metaphor of a storyboard to lay out the different elements of your story. With Mural, you can easily rearrange the sequence of the different items that make up your story.

You don’t have to know how to code in order to use Mural. But if you do know how to code, you’ll appreciate being able to go into the web standard code that Mural generates and make the changes you want using standard tools.

Funding for Mural was provided in Round 3 of Google’s Digital News Initiative Prototype Fund.

Mural is released as open source under the GNU Affero General Public License. See the LICENSE.md file for the text of the license.

Mural is written in NodeJS and uses Electron.

Site Output

Once a Mural story is ready to be published, the user clicks the 'Download' button and the program sends a .ZIP file which contains all the files needed to publish the story on a standard web server (HTML, CSS, JavaScript and media files, in addition to the JSON file used by Mural internally).

How to Release

$ npm version patch|minor|major
$ git push --follow-tags

Edit the new draft release on https://github.com/GetMural/Mural/releases and publish it.

Available Scripts

In the project directory, you can run:

yarn start

It starts the electron app and build and serve its react app in developement mode

yarn build

It builds the electron package for the current architecture

TODO

Watch this issue: SortableJS/react-sortablejs#237

About

Mural is a tool for visual storytelling. It’s a program that helps you sequence your visual story, and then generates everything needed for that story to be displayed on most modern web browsers and served from any web server.

https://www.getmural.io/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 55.9%Language:SCSS 17.2%Language:JavaScript 14.6%Language:HTML 9.4%Language:CSS 2.9%