Git Product home page Git Product logo

finnmack.com's Introduction

Finn Mack Web Site

This is the code that powers the PandaStrike Web site.

Getting Started

  • Make sure you have harp installed.

      npm install -g harp
    
  • Change to the project directory.

  • Install the dependencies:

      npm install
    
  • Run the harp server:

      harp server -p <port>
    

Replace <port> with whichever port number you want to use.

You should get some output that displays the Harp ASCII art logo and then a message like this:

Your server is listening at http://localhost:9000...
  • Verify that the site looks as you expect in the browser.

  • Compile (build) the site:

      harp compile
    

This will build the site into the www directory.

  • Publish to s3:

      harp compile && coffee scripts/publish.coffee <env>
    

This will publish all the content in www to s3. Be sure to call harp compile before publishing (as shown) or you may end up publishing the gzip artifacts from a prior publish.

Replace <env> with the name of the environment you want to use. The environment is specified within the s3.cson file, described below.

Configuration

The s3.cson configuration tells the publish task which bucket to use. This typically describes an object whose properties are configuration environments (ex: development, production). The value of these properties are objects with bucket property, specifying the name of the bucket to use for that environment. Ex:

development:
  bucket: "mytestbucket.com"

finnmack.com's People

Contributors

dyoder avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.