mattbierner / gif-slice

Source for the Gif Slice website

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gif Slice

Source for Gif Slice

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

Source for the Gif Slice website

https://gif-slice.com


Languages

Language:TypeScript 57.0%Language:JavaScript 29.5%Language:CSS 12.9%Language:HTML 0.6%