Skip to content

cssbristol/2025.brishack.com

Repository files navigation

Brishack 2025

Netlify Status

screenshot

Welcome to Brishack – a project developed for the University of Bristol 2025 Hackathon! This repository contains the source code and documentation for brishack 2025.

This website is created by 2024/2025 CSS webmaster Gordon Wai Hin Kam.

Built With

Prerequisites

  • Node.js (v18.x or higher)
  • ssh (Use ssh to connect to github for cloning this repo)

How to run it

  1. Clone the repository:

    # via. ssh
    git clone [email protected]:cssbristol/2025.brishack.io.git 
    cd brishack
  2. Run it locally

    # install all the dependencies
    npm install
    npm run dev

    The website will be hosted on port (default) 5173, type http://localhost:5173 into your favourite browser.

Deployment

This project is hosted on brishack.io(currently domain name is expired) or use Netlify subdomain()

This project is continuously deployed via Netlify. Every push to the repository triggers an automatic deployment, and you can view the current deployment status via the badge at the top of this README.

For more details on deployment or to troubleshoot any issues, please refer to the Netlify documentation.

Releases

No releases published

Packages

No packages published