NC State App Development Club's website.
Clone the repo:
git clone <url>
cd appdevncsu.org
Create a branch:
git checkout -b <your-name>
Install necessary node modules:
npm install
Run the dev server:
npm run dev
Any edits you make will update on save.
Keep an eye on the issues to see what needs to be worked on. If you see something you would like to work on, assign the issue to yourself. All code contributions should come through a pull request from one of your branches.