Skip to content

ihs-hackerspace/Website

Repository files navigation


Logo

IHS Hackerspace Website

Source code for the IHS Hackerspace website.

View Demo Site · Report Bug · Request Feature

About The Project

Product Name Screen Shot

This is the source code for the IHS Hackerspace website. It is built primarily with Astro and hosted on Firebase. We never got around to adding the actual content, so it's just a template.

Built With

Astro Firebase Svelte

(back to top)

Hosting Site Locally

Prerequisites

You will need NPM and TypeScript to run this.

  • NPM
    npm install npm@latest -g
  • TypeScript
    npm install typescript -g

(Optional) You will also need the Firebase CLI if you want to deploy the site.

Installation

  1. Clone the repo
    git clone https://github.com/ihs-hackerspace/Website.git
    cd Website/
  2. Install NPM packages
    npm install
  3. Start the site
    npm run dev

Building the Site

npm run build

Deploying the Site

npm run deploy

(back to top)

Contributing

If you have a suggestion that would make this site, please fork the repo and create a pull request. But honestly, this project is dead, so don't bother.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

David Angell - @DavidJAngell42 - davidjangell42@gmail.com

Toby Flowers - @TobyFlowers

(back to top)

Acknowledgments

(back to top)