Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Fortunately, it's not written in Leetspeak.

Notifications You must be signed in to change notification settings

thom4parisot/cyneticmonkey.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyneticmonkey.com

This is the professional showcase of Thomas Parisot. If you want to hire a full-stack JavaScript developer for an interesting mission, this is definitely the place to look.

This website is built using punch, less and mustache.

Install

The only prerequisite after cloning this repo and to install the dependencies:

npm install

Run

The only thing to do to test locally is to run the following command:

npm start

It will run the dev version on http://localhost:9009.

Deploy

Once satisfied with the result, there is a two step process before seeing the code live.

npm run-script build
npm run-script deploy

If you want to test the deployed code after the generate process, simply configure a vhost towards the output/ folder.

For example:

<VirtualHost *:80>
  ServerName local.mywebsite.com
  DocumentRoot /path/to/mywebsite.com/output

  <Directory /path/to/mywebsite.com/output>
    Options Indexes
    AllowOverride All
    Order allow,deny
    allow from all
  </Directory>
</VirtualHost>

About

Fortunately, it's not written in Leetspeak.

Resources

Stars

Watchers

Forks

Packages