A web app live site built for PhoenixHacks (Spring 2020).
The PhoenixHacks LIVE web app is a real-time information hub for hackers to refer to during PhoenixHacks.
Kickstarted with create-react-app. Design inspired by other hackathon live sites.
- Framework: React
- Hosting: Github Pages
git clone https://github.com/PhoenixHacks/2020-live-web.git
to a desired project directory.
cd
into the project directory.
yarn install
to install all dependencies.
yarn start
to run the app in development mode.
Open http://localhost:3000
to view it in the browser.
yarn build
to build the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is ready to be deployed!
yarn deploy
to deploy the app to GitHub pages.
What is PhoenixHacks?
PhoenixHacks is an 24-hour Hackathon hosted at Florida Polytechnic University.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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.
Justin McGettigan - @jwmcgettigan - [email protected]
// Add a means of contact for the PhoenixHacks team. info.phoenixhacks.com? // Add a contact point for the current lead of PhoenixHacks?
The Repo - https://github.com/PhoenixHacks/2020-live-web
- @Dysnomia1 for design assistance | [email protected]
- MangoHacks2019 Live Site for inspiration regarding the announcements and timer features.
- TreeHacks2019 Live Site for inspiration regarding the schedule and AWESOMES features.