Skip to content

baras/alexander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexander

An example Semantic UI portfolio website.

Live preview

Requirements

Setup

# 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

Build tools

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

About

An example Semantic UI portfolio website. http://alexander.earth23.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published