/website

Official Website of the uoSoftwareClub

Primary LanguageTypeScript

UOSC — Official Website

Getting Started

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
    └── ...

Step 1: Clone & Install

git clone git@github.com:uosoftwareclub/website.git website

cd website

npm i

Step 2: Develop & Build

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