Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.33 KB

Los Altos High School Club Day Website

About the Website

Description

This website seeks to emulate LAHS' annual club day, but in a virtual fashion. Its core functionality is providing a sorted list of clubs based off personal interests, effectively minimizing the amount of clubs glossed over while strengthening the user's incentive to join. The current version is available at https://clubday-df776.web.app/.

Main Contributors

About the Data Analysis Club

Just like the other clubs, we've got our own page on this site, at https://clubday-df776.web.app/#!/club/9. Our other clubs-related project is LACoin, which can be found here.

For Developers

Hot-Reloaded Server

Start a development server running at http://localhost:1234:

npm run dev

Production build

Built files will end up in build/

npm run build