You can clone this repository from your command line by copying the repository link:
https://github.com/acmcsufoss/acm-gallery.git
Once you've copied the repository link you can then run the clone command:
git clone https://github.com/tylermlui/gallery-acm.git
You can then go to the directory of the project with the cd command:
cd gallery-acm
And if you're using VScode open the project with the command:
code .
Once you've opened the project you can install dependencies with:
`npm install` (or `pnpm install` or `yarn`)
To start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.