Follow these steps to get productive quickly as a vimcolorschemes
contributor:
- Understand the project workflow
- Read the contribution guidelines
- Install the app locally
- Hack away 🚀
- Open a pull request
# Clone your fork
git clone https://github.com/<you>/vimcolorschemes.git && cd vimcolorschemes
# Install dependencies
corepack enable && pnpm install
# Run the app
pnpm devOpen http://localhost:3000, then come back and follow the steps above.