Skip to content

Marjoel/marjoel.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marjoel's Website

Deployment status from DeployBot

Dependencies

  1. Install Git, if you don't have it yet.
  2. Install NodeJS, if you don't have it yet.

Setup

Once you have all dependencies installed, you just need to:

Open your terminal and clone the project.

$ git clone https://github.com/marjoel/marjoel.com

Then go to the project's folder.

$ cd marjoel.com

Install local dependencies.

$ npm install
$ bower install

Usage

Execute the command below to generate the website into dist directory and start the server.

$ grunt start

Watch for any changes.

$ grunt dev

Then run on the browser.

http://localhost:1992

See Online

marjoel.com

Releases

No releases published

Packages

No packages published