Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 560 Bytes

File metadata and controls

25 lines (18 loc) · 560 Bytes

Getting started 🚀

Follow these steps to get productive quickly as a vimcolorschemes contributor:

  1. Understand the project workflow
  2. Read the contribution guidelines
  3. Install the app locally
  4. Hack away 🚀
  5. Open a pull request

Quickstart

# Clone your fork
git clone https://github.com/<you>/vimcolorschemes.git && cd vimcolorschemes

# Install dependencies
corepack enable && pnpm install

# Run the app
pnpm dev

Open http://localhost:3000, then come back and follow the steps above.