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/).
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.
Typically, on Mac or Linux, just browse to this project folder in a terminal and then run the following command:
sudo moov server --auto-hosts
Then, just browse to mlocal.lacocinasf.org and you are ready to start developing!
Moovweb uses a git-based deployment system. To deploy, just type
git commit -a -m 'New code'
git push origin master
See detailed documentation for Moovweb at console.moovweb.com.
Remember to put all domains you're going to hit in your etc/hosts or to run your server with the -auto-hosts=true
option.
127.0.0.1 mlocal.lacocinasf.org