Giter Site home page Giter Site logo

sbb-website's Introduction

Project Name

Overview

This project is a static site served from the dist directory. The site is built using commands defined in package.json and deployed to GitHub Pages.

Getting Started

Install Dependencies

First, install the necessary dependencies:

npm install

Build the Site

To build the site, run:

npm run build

This command will:

  1. Clean the dist directory.
  2. Copy HTML files from src to dist.
  3. Build the CSS using TailwindCSS.

Serve Locally

To serve the site locally, use:

npx serve dist

Deploy to GitHub Pages

The site is deployed to GitHub Pages using a GitHub Actions workflow. To deploy:

  1. Push to main:

    git push origin main
  2. Manual Trigger: You can also trigger the deployment manually from the Actions tab in your GitHub repository.

Relevant Files

  • Build Commands: Defined in package.json
  • GitHub Actions Workflow: Defined in .github/workflows/static.yml

Example Commands

  • Install Dependencies:

    npm install
  • Build the Site:

    npm run build
  • Serve Locally:

    npx serve dist
  • Push to main:

    git push origin main

License

MIT License

sbb-website's People

Contributors

agarcher 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.