This guide will take you through setting up the repository for local development.
The recommended project structure for developing with uosc should look like this:
uosc
├── website
├── another uosc repo
├── another uosc repo
└── ...
git clone git@github.com:uosoftwareclub/website.git website
cd website
npm i
Once installed or cloned locally and all packages are installed you can begin developing locally.
# Run localhost
npm run dev
# Build the Gatsby site
npm run build