Welcome to the official GitHub repository for the SASE@LSU website. Visit official SASE@LSU website to find more information about our club, like what our organization is all about, how to join, and future event information. We hope to see you at our next meeting!
To install dependencies for this project, open a command line interface at the directory of the cloned repository, and run
bun installThis will create a node_modules directory in that of your project and link the packages there.
To setup a development server at localhost:3000, run
bun devTo create a production build, run
bun run build