Hi there! This is where the source for the Florida Hackers Site lives. The site serves as a hub to find the different places where the Florida college tech community can connect with each other, as well as a calendar to find past and upcoming events in Florida.
To learn how to add your own event to the Florida Hackers Site, checkout the Add an event guide.
If you’d like to contribute to this repo checkout the Contributing Guide which will get you up to speed with the way the project is set up.
If you’d like to get involded Florida Hackers and how to make it a better community in another way than writing code, we’d love to hear from you on the Florida Hackers Slack or on the Facebook Group
To run the site in development mode, you’ll need node installed. Then simply open up a terminal and run this command to start up a server in development mode at http://localhost:8080/
npm run start
To generate an optimized, production ready build, simply run
npm run build
and you’ll see the generated files under the public/dist
directory.
Happy Hacking!