Skip to content

rodrigos01/moov-igadget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics

Welcome to your Moovweb project! Moovweb is a great way to build a compelling front-end for a website. The files in this project describe the changes we want to make to the front end of a site. There's places in this project to add new images (assets/images/), styles (assets/stylesheets/) and even manipulate HTML (scripts/).

Before Running This

To run this project, you must have the Moovweb SDK installed on your system. Installation is easy - just go to the download page on the Moovweb site to download and install.

We have lots of informative guides, videos, live help, documentation, and even a book on how to use Moovweb. You should be able to get up and running in 30 minutes if you visit console.moovweb.com.

You might find the page about the scripts folder useful for starting to write Tritium, and our documents on the stylesheets folder for information on how we structure our stylesheets.

Launching

Typically, on Mac or Linux, just browse to this project folder in a terminal and then run the following command:

sudo moov server 

Then, just browse to mlocal.igadget.com and you are ready to start developing!

Deployment

Moovweb uses a git-based deployment system. To deploy, just type

git commit -a -m 'New code'
git push origin master

More Info

See detailed documentation for Moovweb at console.moovweb.com.

Domains

Remember to put all domains you're going to hit in your etc/hosts if you run your server with the -auto-hosts=false option.

127.0.0.1   mlocal.igadget.com

About

site to the moovweb certification project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published