Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.29 KB

Personal Portfolio

Personal website built using Foundation's CLi

Installation

To use this template, your computer needs:

This template can be installed with the Foundation CLI, or downloaded and set up manually.

Running Project

cd to your cloned repo and to install dependencies to run locally.

npm install 

Watch

While inside of your app's folder, use the watch command to assemble your app and run a test server.

foundation watch

While this process is running, you can view the assembled app in your browser, at this URL:

http://localhost:8001

While the server is running, any changes you make to your HTML, Sass, or JavaScript will automatically be processed and added to your live app.

Build

To build your app for production, use foundation build.

foundation build

Update

Updates your Bower packages, which includes Foundation. Run this command when you want to update an existing project to the newest version of Foundation.

foundation update

Help

Lists all available commands in the CLI.

foundation help

Add a command name at the end to learn how a specific command works.

foundation help new