jaredandthemill.com
v0.0.1
Published
http://www.jaredandthemill.com
Readme
jaredandthemill.com
How to do the things!
- Make sure you have Node & npm installed (npm is included with node). You can test by typing
npm -vornode -vto see the version. - Open terminal.app on your mac. use
cdto change directory into a folder. Uselsto list the directory. Example:cd Desktopthen typinglsshould show you your desktop contents. Another good command to know ismkdir NAME-OF-FOLDER-HEREto create a folder &rm -rf NAME-OF-FOLDERto delete a folder FOREVER. Terminal can be scary, but its powerful. - In top right of this page, click "Clone Or Download" and download the ZIP. or use Git if you know how, but thats for another day. Once it's downloaded to your "downloads" directory, run
cd downloads/jaredandthemill.comto go into the directory. - In here, run
npm installand wait for the things to install. Once that is done, you can open the direcotry in your favorite editor like Sublime or Atom. Then look below for available commands.
Development:
- To get started developing, run
npm start - To make a build, use
npm run build. Then, go into/distand open the index.html file to see your changes! - For deployment, use
npm run publishand surge.sh will automagically publish it!
