From 6ec926aa2e73411fcf328dccf7739de7b732f9e0 Mon Sep 17 00:00:00 2001 From: Jake Wiesler Date: Wed, 17 Jun 2020 08:53:04 -0400 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 751b297..9bac1e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,17 +10,8 @@ First off, thank you for your time and effort! This project is not very large an ## Getting started -The first thing you'll want to do is clone the repository: - -```bash -# https -git clone https://github.com/jakewies/hugo-theme-codex.git - -# ssh -git clone git@github.com:jakewies/hugo-theme-codex.git -``` - -Next, you'll want to install dependencies with `yarn`: +1. Fork and clone the repository +2. Install dependencies: ```bash cd hugo-theme-codex @@ -28,6 +19,8 @@ cd hugo-theme-codex yarn install ``` +## Scripts + There are 3 npm scripts that can be used for development purposes: ```bash