Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 563 Bytes

Randomail Homepage

Build Status

This project is the Randomail v3 homepage. Randomail is a disposeable e-mail system that allows you to prevent spam from being delivered to your inbox.

This project uses materializecss and and is multilingual.

How to build

In a terminal:

npm install -g grunt bower
cd app && bower install
cd ../ && grunt

Output will be stored in the dist/ directory.