An example Semantic UI portfolio website.
- Node.js with npm (see Installing Node.js)
- Gulp (
npm install -g gulp
)
# Clone the repository via SSH
git clone git@github.com:ybaras/alexander.git
#Or HTTPS
git clone https://github.com/ybaras/alexander.git
# Enter the project's directory
cd alexander
# Install Semantic UI dependencies
npm install
Use gulp to build the .js and .css files
# Enter the semantic directory
cd semantic
# Build all files
gulp build
Semantic UI will configure itself using an install script built into the package. After setup you can use gulp to build your project's css:
# Enter the semantic directory
cd semantic
# Build all files
gulp build
# Watch files
gulp watch