https://github.com/acmutd/hackutd-vii-site
HackUTD VII: The 7 Seas Event Site
https://github.com/acmutd/hackutd-vii-site
Last synced: 5 months ago
JSON representation
HackUTD VII: The 7 Seas Event Site
- Host: GitHub
- URL: https://github.com/acmutd/hackutd-vii-site
- Owner: acmutd
- Created: 2020-11-02T02:25:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T15:14:40.000Z (over 3 years ago)
- Last Synced: 2023-12-14T23:41:21.109Z (over 2 years ago)
- Language: HTML
- Homepage: https://vii.hackutd.co/
- Size: 12.7 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7seas Site
Site for HackUTD's Spring 2021 event: HackUTD VII Seas.
[Event Site Link](https://vii.hackutd.co)
# Development
The site is a plain html/css/js site (yes, they exist). Everything is contained in the `/public` directory.
# Deployment
The site can be deployed locally on a simple http server. One is included as a
dev dependency and can be invoked with `npm run start`.
To deploy to GitHub pages, simply push to `master`. [This GitHub Action](https://github.com/acmutd/7seas-site/blob/master/.github/workflows/deploy.yml) will automatically deploy it.