Source code for the IHS Hackerspace website.
View Demo Site
·
Report Bug
·
Request Feature
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.
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.
- Firebase CLI
npm install -g firebase-tools firebase login
- Clone the repo
git clone https://github.com/ihs-hackerspace/Website.git cd Website/
- Install NPM packages
npm install
- Start the site
npm run dev
npm run build
npm run deploy
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
David Angell - @DavidJAngell42 - davidjangell42@gmail.com
Toby Flowers - @TobyFlowers