jesseditson / bowling-coach

A little app for editing bowling videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archival-website

A template repo for making archival websites

What do you need to install on your computer to use this repo?

This is the version control system we'll use to edit the website. You'll need it locally - you can see if you already have it by opening a terminal and running git --version

You'll need version 2.5 at least to run archival. You can check your version by running ruby --version.

Once you have ruby, you can run gem install bundler to get this.

How to build a website with this repo

  1. Click the "Use this template" button at the top of this repo in github:

Use this template button

  1. Clone the resulting repo using git clone <your-repo-url>

Clone button

  1. Run bundle install inside the local repository

  2. Run rake run inside the local repository

  3. Open dist/index.html in a browser window

  4. Edit the files in this repo, and see your website update in real time

How to deploy a website from a copy of this repo using netlify

  1. Set up a new site in netlify

  2. Connect your site to your copy of this repository

  3. Add bin/archival build to the build steps for the repo

  4. Configure netlify's DNS to use your domain name

More questions?

Head to https://archival.dev for more documentation and help.

About

A little app for editing bowling videos

License:The Unlicense


Languages

Language:Ruby 49.2%Language:JavaScript 38.5%Language:Liquid 9.4%Language:CSS 2.0%Language:Shell 0.9%