The SASE@LSU website.
To install dependencies for this project, open a command line interface at the directory of the cloned repository, and run
bun install
This 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 dev
To create a production build, run
bun run build