An open API service indexing awesome lists of open source software.

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

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.