Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.54 KB

File metadata and controls

74 lines (49 loc) · 1.54 KB

Code Cause Site

Main site for code cause

discord-community PRs Welcome


Table of Contents

Installation

git clone git@github.com:Code-Cause-Collective/codecause.dev.git
cd codecause.dev
npm install

Usage

Running locally

npm run dev

build

npm run build

lint

npm run lint

format

npm run format

Contributing

Issues, Features, and PRs

If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions. If you have questions, post question within our discord community.

Submitting a pull request

  1. Fork and clone the repository.
  2. Configure and install the dependencies: npm install.
  3. Create a new branch: git checkout -b <issue-id/your-branch-short-description>. issue-id is optional but creating an issue for set PR beforehand is recommended.
  4. Make your change.
  5. Push to your fork and submit a pull request.

Resources