Giter Site home page Giter Site logo

Bradshaw’s Guide For Tourists in Great Britain & Ireland

Bradshaw’s Guide logo.

Let this digital revival of a Victorian favourite be your guide to Britain and Ireland’s burgeoning railway network, as it existed in 1866.

Installation

  1. git clone [email protected]:bradshawsguide/website.git
  2. cd website
  3. git submodule update --init --recursive
  4. composer install
  5. npm install
  6. npm run build

Generated assets will be saved in the public directory.

Updating submodules

This project incorporates content from a second repo which included as a git submodule. To update this submodule, run:

git submodule foreach git pull origin main

Running locally

To run locally on macOS use Laravel Herd, a one click PHP development environment with zero dependencies.

When developing the site, you can automatically compile assets and refresh the browser. To start the Vite development server, run:

npm run dev

Repo structure

website
├── [content]            # CONTENT [submodule]
│
├── site                 # SOURCE
│   ├── blueprints       # Kirby panel blueprints
│   ├── collections      # Kirby collections
│   ├── config           # Kirby configuration
│   ├── controllers      # Kirby template controllers
│   ├── models           # Kirby page models
│   ├── plugins          # Kirby plugins
│   ├── snippets         # Template snippets
│   └── templates        # Kirby templates
│
├── public               # PUBLIC
│   ├── index.php        # Kirby launch script
│   └── assets
│       ├── fonts        # Web fonts
│       ├── icons        # Favicon and home screen icons
│       ├── images       # Raster images
│       ├── scripts      # JavaScript
│       ├── styles       # CSS styles
│       └── vectors      # Vector images
│
├── .editorconfig        # Text editor preferences
├── .gitignore           # List of files not tracked by git
├── .gitmodules          # List of submodules tracked by git
├── .htaccess            # Apache server config
├── .nvmrc               # Node version to use
├── .prettierignore      # List of files not to format with Prettier
├── composer.lock        # Composer manifest lock file
├── composer.json        # Composer manifest
├── eslint.config.js     # ESLint configuration
├── package-lock.json    # NPM manifest lock file
├── package.json         # NPM manifest
├── prettier.config.js   # Prettier configuration
├── LICENSE              # Project license
├── README.md            # This file
├── stylelint.config.js  # Stylelint configuration
└── vite.config.js       # Vite config

© 2013 Paul Robert Lloyd

Bradshaw’s Guide's Projects

content icon content

Content for Bradshaw’s Guide: a digital revival of a Victorian favourite

website icon website

Digital revival of a Victorian favourite

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.