Git Product home page Git Product logo

project-rpg-2015-188's Introduction

RPG-2015-188: Video-summarisation

The video-summarisation webpages for project RPG-2015-188 have been developed using Gatsby.

Getting started

  1. Install node.js

    Visit the Node.js site and install the recommended version for your operating system. To check the installation run:

    node --version

    Installing node should also install the package manager npm. Check by running:

    npm --version
  2. Install the Gatsby CLI

    The Gatsby CLI allows you to run commands to develop Gatsby sites.

    npm install --global gatsby-cli

    Check the installation with:

    gatsby --version
  3. Clone repository

    Clone this repository to a local directory.

    git clone [email protected]:clarematthews/PROJECT-RPG-2015-188.git

Running locally

Navigate to the cloned project folder.

  1. Using npm

Using npm and the Gatsby CLI, run:

gatsby develop
  1. Using yarn

Yarn can be used as an alternative to npm. Run:

yarn develop
  1. View the site

Once the project has compiled, navigate to http://localhost:8000 to view the site locally.

Deploying the site

A deployment of the site is automatically triggered when pushing to the master branch of this repository, or can be manually triggered from the Netlify project page.

Developing

The top-level structure of the src directory is as follows:

.
├── components
├── images
├── pages
  1. components: This directory contains layout.css, which is the main css file for the project. To add images to the site, add the details to the query object in the image.js. For more information on adding images, see the Gatsby documentation.

  2. images: All the images that appear on the site are in the images directory, organised by page.

  3. pages: A separate javascript file exists for each page of the website. To link between pages, see the Gatsby documentation.

Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

project-rpg-2015-188's People

Contributors

clarematthews avatar jedrichards avatar

Watchers

 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.