For designing the html/css of the interface
143
This is design-web repository provides templates for UpperRoom applications.
see Wikipedia
HTML5 Hypertext Markup Language revision 5 (HTML5) is markup language for the structure and presentation of World Wide Web contents. HTML5 supports the traditional HTML and XHTML-style syntax and other new features in its markup, New APIs, XHTML and error handling.
see Wikipedia
CSS3 A cascading style sheet (CSS) is a Web page derived from multiple sources with a defined order of precedence where the definitions of any style element conflict.
see Wikipedia
SASS (syntactically awesome stylesheets) is a scripting language that is interpreted into Cascading Style Sheets (CSS).
see Jade
Jade is an elegant templating language focused on enabling quick HTML coding.
see Docpad
DocPad is a dynamic static-site generator. That is a content management system that takes content from several sources, like files on your computer, and renders them into incredibly fast static output. DocPad's dynamic abilities allows you to pull in data from several sources, re-render when changes occur, and even add dynamic things like contact forms or admin interfaces to your website if desired.
see Bootstrap
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
see Github
HTML Inspector is a highly-customizable, code quality tool to help developer write better markup. It aims to find a balance between the uncompromisingly strict W3C validator and having absolutely no rules at all
Download the latest source code from GitHub
Builds the project bin/build.sh.
Runs the project with bin/run.sh.
Unless you don't want to use docker, you can by pass this section.
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g [email protected]
sudo apt-get update
sudo apt-get install curl
\curl -sSL https://get.rvm.io | bash
source ~/.rvm/scripts/rvm
rvm install 2.2.2
gem install sass
rvm --default use 2.2.2
sudo npm install jade -g
docpad install
bower install
docpad run
Content type
Image
Digest
Size
302.8 MB
Last updated
over 9 years ago
docker pull upperroomtechnology/design-web:develop