mattbierner / gif-cube

Website for Gif Cube

Home Page:https://gif-cube.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gif Cube

Source for Gif Cube

Building

The website is a TypeScript React app atop Jekyll

Structure

  • shared — Shared sources between client and server side components

    • src — TypeScript source
  • website — Main website code

    • src - Main TypeScript React source

Building the website

To build the site itself, make sure have Jekyll installed and then:

cd website
jekyll server

To build the client side components:

$ cd website
$ npm install
$ npm run build

# Or in watch mode
$ npm run build -- --watch

# Or a minified production build
$ npm run build:prod

About

Website for Gif Cube

https://gif-cube.com


Languages

Language:TypeScript 66.3%Language:JavaScript 19.0%Language:CSS 13.8%Language:HTML 0.9%