Giter Club home page Giter Club logo

ain-cards's Introduction

ain-cards

This is the source code for card prototypes built for AIN.

It uses my gulp-hugo starter project as it is the quickest way (for me!) to get an scss workflow set up with a templating.

Note: this is only a front-end prototype which is intended to display the look and responsive functionality only.

Install pre-requisites

  • Xcode command line utilities xcode-select --install
  • Homebrew
  • Node.js brew install node
  • Gulp npm install -g gulp
  • Hugo brew install hugo

Usage

git clone https://github.com/harrycresswell/ain-cards.git
cd ain-cards
  • Then run npm install to install node dependencies
  • Run gulp to start a local server and build _site in development mode
  • for a production ready build run gulp prod the site is now ready for deployment

Adding content

  • hugo new articles/ARTICLE-NAME.md

Compile the site

  • run hugo --verbose

Start the server

  • run hugo server --watch --verbose or hugo server -wv to start the server, then navigate to http://localhost:1313/

Compile assets

  • open a second tab on the CL and run gulp

production ready build for deployment

rm -rf public
hugo
gulp

ain-cards's People

Contributors

harrycresswell 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.